Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 🐛 ensure process exits after copying project files
- 🐛 Added `process.exit(0)` to cleanly terminate the Node.js process once project files are copied. - ✅ Prevents hanging processes after file operations are complete.
- Loading branch information