From bae4cf1d4faea279f23a521c7d9949e20e28b015 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Wed, 13 Mar 2024 09:48:16 -0400 Subject: [PATCH] support for other ports in manual installation --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1f2894..71139e8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "seed": "node ./prisma/seed.js" }, "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:prod": "ts-node --transpile-only --skip-project scripts/worker.ts", "start": "concurrently \"next start\" \"yarn worker:prod\"",