app port changed

This commit is contained in:
2025-12-05 16:22:02 +01:00
parent 0da70f8e6a
commit 4e2875579c
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"build": "tsc",
"start": "tsc && node server.js",
"electron": "electron ."
"electron": "tsc && electron ."
},
"keywords": [],
"author": "",