From 0db2b7b6d71998a8daf03f3fd1693c719853444b Mon Sep 17 00:00:00 2001 From: Adrian Baumgart Date: Thu, 9 May 2024 02:27:29 +0200 Subject: [PATCH] fixed package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c8eb25..3c682ef 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "tsc", "watch": "tsc -w", "dev": "npm run build && node ./dist/index.js", - "start": "node ./dist/index.js" + "start": "node ./dist/index.js", "make": "npm run build && pkg --compress GZip ." }, "pkg": {