From 58b6f7339c9e7f71c807802ac3011715414b1529 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Wed, 27 Mar 2024 12:08:19 -0400 Subject: [PATCH] make the status of the script independent from the app --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb0c35a..4568588 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "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 -k -P \"next start {@}\" \"yarn worker:prod\" --", + "start": "concurrently -P \"next start {@}\" \"yarn worker:prod\" --", "build": "next build", "lint": "next lint", "format": "prettier --write \"**/*.{ts,tsx,js,json,md}\""