When do you use the "dev" scripts in db / api etc #1002
-
Hi guys, I might be misunderstanding something with this setup, but what should the process be for creating the dist/ folders? E.g. do I run Is it possible to make running something like Any advice or recommendations would be appreciated :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
With the new turbo ui, i usually run pnpm dev in root and that runs everything. The syntax for starting scripts in dependent workspaces is |
Beta Was this translation helpful? Give feedback.
With the new turbo ui, i usually run pnpm dev in root and that runs everything.
The syntax for starting scripts in dependent workspaces is
turbo dev --filter nextjs...
(where ... is the thing that tells turbo to run the pipeline for nextjs and its dependencies)