Skip to content

Commit

Permalink
feat: frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevo David committed Sep 6, 2024
1 parent 67b532d commit 379306e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 379306e

Please sign in to comment.