Skip to content

Commit

Permalink
fix(files_external): Fix "Could not find resource main.js to load"
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Nov 27, 2023
1 parent e416279 commit 64f5faf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,5 @@ public function handle(Event $event): void {
$this->initialState->provideInitialState('allowUserMounting', $allowUserMounting);

Util::addInitScript(Application::APP_ID, 'init');
Util::addScript(Application::APP_ID, 'main', 'files');
}
}

0 comments on commit 64f5faf

Please sign in to comment.