From a4a46a81aa6b375e9993f3c47981814f0a3f414e Mon Sep 17 00:00:00 2001 From: nicetomytyuk Date: Mon, 22 Jul 2024 12:27:34 +0200 Subject: [PATCH] fix: Add start command with node starting parameters --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 025a849..be7c599 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "build": "tsc --noEmit false", "dev": "tsc-watch --onSuccess \"tsx ./src/main.ts\"", - "start": "tsc && tsx ./src/main.ts", + "start": "node ./build/app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {