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
@@ -12,7 +12,7 @@ const nodecgRoot = process.env.NODECG_ROOT
? resolve(bundleRoot, process.env.NODECG_ROOT)
: resolve(bundleRoot, '..', '..');
const startUrl = process.env.ELECTRON_START_URL ?? 'http://localhost:9090/bundles/scoreko-dev/dashboard/example/main.html?standalone=true';
const startUrl = process.env.ELECTRON_START_URL ?? 'http://localhost:9090/bundles/scoreko-dev/dashboard/scoreko-dev/main.html?standalone=true';
const nodecgPort = Number(process.env.NODECG_PORT ?? 9090);
const nodeBinary = process.env.NODE_BINARY ?? 'node';
const useElectronNodeForNodeCG = process.env.NODECG_USE_ELECTRON_NODE === '1';