feat: run process individually for dev
This commit is contained in:
parent
21d5d2c8c8
commit
a04b96d42d
|
|
@ -10,6 +10,10 @@
|
|||
"dev:stripe": "npx concurrently \"stripe listen --forward-to localhost:3000/stripe\" \"npm run dev\"",
|
||||
"build": "npx nx run-many --target=build --projects=frontend,backend,workers,cron",
|
||||
"build:frontend": "npx nx run frontend:build:production",
|
||||
"dev:frontend": "npx nx run frontend:serve:development",
|
||||
"dev:backend": "npx nx run backend:serve:development",
|
||||
"dev:workers": "npx nx run workers:serve:development",
|
||||
"dev:cron": "npx nx run cron:serve:development",
|
||||
"start:prod": "node dist/apps/backend/main.js",
|
||||
"start:prod:frontend": "nx run frontend:serve:production",
|
||||
"start:prod:workers": "node dist/apps/workers/main.js",
|
||||
|
|
|
|||
Loading…
Reference in New Issue