feat: start prod

This commit is contained in:
Nevo David 2024-09-02 14:26:50 +07:00
parent 0f2a8d1246
commit b1711d8bb2
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"scripts": {
"dev": "nx run-many --target=serve --projects=frontend,backend,workers --parallel=4",
"dev:stripe": "concurrently \"stripe listen --forward-to localhost:3000/stripe\" \"npm run dev\"",
"start:prod": "node dist/apps/backend/main.js",
"docs": "nx run docs:serve:development",
"workers": "nx run workers:serve:development",
"cron": "nx run cron:serve:development",