Skip to content

Commit

Permalink
Refresh compiler when package.json changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Aug 14, 2024
1 parent ce0426e commit 57cf4d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class Runtime {
}

rebuildAll() {
this.compiler = new Compiler();
this.#loadDir('/');
}

Expand Down

0 comments on commit 57cf4d4

Please sign in to comment.