feat: cron

This commit is contained in:
Nevo David 2024-09-10 00:09:46 +07:00
parent 53c175f3d8
commit c674f699c9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"scripts": {
"dev": "npx nx run-many --target=serve --projects=frontend,backend,workers --parallel=4",
"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",
"build": "npx nx run-many --target=build --projects=frontend,backend,workers,cron",
"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",