diff --git a/src/runtime.ts b/src/runtime.ts index 8cd7b1d..9a008d4 100644 --- a/src/runtime.ts +++ b/src/runtime.ts @@ -50,6 +50,7 @@ export class Runtime { } rebuildAll() { + this.compiler = new Compiler(); this.#loadDir('/'); }