You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have setup a pnpm workspace where the packages directory has
adm-emulator nextjs app client only app
decompiler-client a react frontend app
decompiler-server an express server
manager-frontend nextjs client only app
manager-backend express server
misc directories with static code
In the pnpm-workspace.yaml I have included everything
packages:
- 'packages/*'
When I run pnpm recursive run dev, it runs only runs a part of these apps at once and then when i press ctrl+c (to exit) it stops the other apps and runs the remaining apps. Is it the expected behaviour? Is there any way to make them run all at the same time?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have setup a pnpm workspace where the packages directory has
In the pnpm-workspace.yaml I have included everything
When I run
pnpm recursive run dev
, it runs only runs a part of these apps at once and then when i press ctrl+c (to exit) it stops the other apps and runs the remaining apps. Is it the expected behaviour? Is there any way to make them run all at the same time?Beta Was this translation helpful? Give feedback.
All reactions