chore: sync local changes

This commit is contained in:
2026-02-19 22:22:27 +01:00
parent 563f11eb28
commit 5193580d13
4 changed files with 6 additions and 21 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"start": "npm-run-all --parallel start-flask start-electron",
"start-electron": "wait-on http://localhost:5000 && electron app.js",
"start-flask": "python app.py"
"start-flask": "py app.py"
},
"author": "",
"license": "ISC",