feat: frontend

This commit is contained in:
Nevo David 2024-09-06 19:18:24 +07:00
parent 982f06dbb0
commit 11de46f5b3
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
"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",
"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",
"start:prod:cron": "node dist/apps/cron/main.js",
"docs": "npx nx run docs:serve:development",