|
|
|
|
|
by zjy71055
12 days ago
|
|
git worktree (or any COW snapshot like this) still leaves you reinstalling node_modules per tree and fighting over a dev server port. That's the actual cost, and none of these tools touch it.
So I gave up on parallelizing inside one repo. I run agents across different projects — one repo each — and stay serial within a single project. |
|
The application running (port config) problem is an issue for frameworks and build tools to figure out around the shift towards multiple live working copies at once
The tools that facilitate this will win imo
I use Laravel Herd along with Polyscope (made by the same company). Together they enable CoW clones with their own dev domains - it's zero setup and works super well for my use-case
I can see a simpler version of the same thing being very neat dev experience across many stacks