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 authored and emoral435 committed Dec 1, 2023
1 parent ed809fd commit dec04ec
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 dec04ec

Please sign in to comment.