Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How to configure a simple watcher to replace nodemon with turborepo #56

Open
adriano-tirloni opened this issue Oct 1, 2024 · 0 comments

Comments

@adriano-tirloni
Copy link

Hi, I have transitioned a JS project with 2 apps (nextjs, fastify) and a few packages (schemas, utils, etc..) to Turborepo with pnpm in order to use the internal packages link and improve DX.

This is a very simple setup since it doesn't have a build step, and the turborepo is working with internal packages dependencies pointing to source code, NextJS dev server hot reload when a internal package changes, but fastif with nodejs doesn't andI can't figure how to include turbowatch in the middle of it all so that when a internal package that the fastify server depends on is changed, node must restart.

I have been trying the recipes with Turborepo kitchen-sink example.
Would you mind pointing me in the right direction?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant