Extremely fast file change detector and task orchestrator for Node.js.
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?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by adriano-tirloni and has received 0 comments.