Replies: 2 comments
-
|
I am using PM2 for local development of a moti instance, so I need to use 3 commands: Start with End with So that's why I think having a clean-up process would be great. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
From what I understand, I don't believe the daemon will have any effect on the workflow you're describing. Did you give it a try? I'd be interested to learn if you found any unwanted behaviors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I'm using turbo for my TypeScript project.
I want to do fresh build. So, I'm cleaning up my node_modules and build folders. but as turbo runs daemon thread in background, if I kill that daemon thread and clean the build folders, then will that affect anywhere in my project?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions