Replies: 3 comments
-
Hi there 👋 !
Then i run Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
For some folks out there who are using extensions of Nx, for example
source: https://nx.dev/nx-api/next#using-an-nx-library-in-your-application |
Beta Was this translation helpful? Give feedback.
-
Not using NX anymore, migrated to Turbo. So closing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now i have to run two commands separately one is to run my Next.js project in dev mode and other is watch the workspace dependences and auto build on change
https://nx.dev/recipes/running-tasks/workspace-watching
How do I run both commands as one instead of running 2 commands everytime in different terminals ?
npx run sa:dev npx nx watch --projects=sa --includeDependentProjects -- nx run-many -t dev -p \$NX_PROJECT_NAME --exclude=sa
Beta Was this translation helpful? Give feedback.
All reactions