support for other ports in manual installation

This commit is contained in:
daniel31x13 2024-03-13 09:48:16 -04:00
parent 4a0e75c6e5
commit bae4cf1d4f

View File

@ -10,7 +10,7 @@
"seed": "node ./prisma/seed.js" "seed": "node ./prisma/seed.js"
}, },
"scripts": { "scripts": {
"dev": "concurrently -k \"next dev\" \"yarn worker:dev\"", "dev": "concurrently -k -P \"next dev {@}\" \"yarn worker:dev\" --",
"worker:dev": "nodemon --skip-project scripts/worker.ts", "worker:dev": "nodemon --skip-project scripts/worker.ts",
"worker:prod": "ts-node --transpile-only --skip-project scripts/worker.ts", "worker:prod": "ts-node --transpile-only --skip-project scripts/worker.ts",
"start": "concurrently \"next start\" \"yarn worker:prod\"", "start": "concurrently \"next start\" \"yarn worker:prod\"",