feat: Restore Electron renderer and enhance NodeCG runtime management

This commit is contained in:
2026-05-24 16:49:02 +02:00
parent e3d3936156
commit 2e1d3a170c
5 changed files with 139 additions and 4 deletions
+2 -1
View File
@@ -15,6 +15,7 @@ const bundleEntries = [
"dashboard",
"extension",
"graphics",
"nodecg",
"schemas",
"shared",
"configschema.json",
@@ -23,7 +24,7 @@ const bundleEntries = [
"README.md",
];
const requiredBundleEntries = ["dashboard", "extension", "graphics", "schemas", "shared", "package.json"];
const requiredBundleEntries = ["dashboard", "extension", "graphics", "nodecg", "schemas", "shared", "package.json"];
function readJson(filePath) {
return JSON.parse(readFileSync(filePath, "utf8"));