From a512b0e405d445aa6be11c665b166d3ed106df18 Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Thu, 4 Jan 2024 10:26:34 +0100 Subject: [PATCH] Update package.json --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index ca4403fe..633bdc15 100644 --- a/client/package.json +++ b/client/package.json @@ -9,7 +9,7 @@ "emit-declarations": "call ./scripts/emit-declarations.bat", "server": "node ./bin/www", "debug": "call ./scripts/debug.bat", - "debug-nodcs": "call ./scripts/debug-nodcs.bat", + "debug-nodcs": "call ./scripts/debug-nodcs.bat", "watch": "call ./scripts/watch.bat", "client": "electron ." },