Rename dashboard panel from example to scoreko-dev

This commit is contained in:
Pandipipas
2026-02-14 15:29:54 +01:00
parent 38d2377a00
commit 61c97ffe5a
20 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"main": "main.mjs",
"scripts": {
"start": "cross-env electron .",
"start:dev": "cross-env NODECG_ROOT=../.. ELECTRON_START_URL=http://localhost:9090/bundles/scoreko-dev/dashboard/example/main.html?standalone=true electron .",
"start:dev": "cross-env NODECG_ROOT=../.. ELECTRON_START_URL=http://localhost:9090/bundles/scoreko-dev/dashboard/scoreko-dev/main.html?standalone=true electron .",
"start:electron-node": "cross-env NODECG_USE_ELECTRON_NODE=1 electron .",
"rebuild:better-sqlite3:electron": "npm --prefix ../.. rebuild better-sqlite3 --runtime=electron --target=39.5.1 --dist-url=https://electronjs.org/headers",
"start:electron-node:rebuild": "npm run rebuild:better-sqlite3:electron && npm run start:electron-node"