Update package.json

This commit is contained in:
Pax1601 2024-01-04 10:26:34 +01:00
parent 46fb6a98d5
commit a512b0e405

View File

@ -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 ."
},