fix default configuration to default

This commit is contained in:
CodedSakura 2026-07-13 18:51:07 +03:00
parent bfb0ae3b3f
commit 36dafc7204
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ window.addEventListener("load", () => {
emitEvent("setup-end"); emitEvent("setup-end");
void loadConfiguration("addons"); void loadConfiguration("default");
// awaitEvent("config:end").then(() => loadExampleFile("tiny reactor")); // awaitEvent("config:end").then(() => loadExampleFile("tiny reactor"));
// awaitEvent("config:end").then(() => loadExampleFile("multi-reactor")); // awaitEvent("config:end").then(() => loadExampleFile("multi-reactor"));