fix default configuration to default
This commit is contained in:
parent
bfb0ae3b3f
commit
36dafc7204
|
|
@ -83,7 +83,7 @@ window.addEventListener("load", () => {
|
|||
|
||||
emitEvent("setup-end");
|
||||
|
||||
void loadConfiguration("addons");
|
||||
void loadConfiguration("default");
|
||||
|
||||
// awaitEvent("config:end").then(() => loadExampleFile("tiny reactor"));
|
||||
// awaitEvent("config:end").then(() => loadExampleFile("multi-reactor"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue