Skip to content

Commit b4c19f5

Browse files
committed
chore: update deps; add vite output script and style
1 parent d7b174b commit b4c19f5

File tree

7 files changed

+3634
-2493
lines changed

7 files changed

+3634
-2493
lines changed

lib/Controller/MainController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public function index(): TemplateResponse {
4747
$this->userFolder->getFolder();
4848
} catch (UserFolderNotWritableException $ex) {
4949
Util::addScript('cookbook', 'cookbook-guest');
50+
Util::addStyle('cookbook', 'cookbook-guest');
5051
return new TemplateResponse($this->appName, 'invalid_guest');
5152
}
5253

@@ -59,6 +60,7 @@ public function index(): TemplateResponse {
5960
$this->dbCacheService->triggerCheck();
6061

6162
Util::addScript('cookbook', 'cookbook-main');
63+
Util::addStyle('cookbook', 'cookbook-main');
6264

6365
return new TemplateResponse($this->appName, 'index'); // templates/index.php
6466
}

0 commit comments

Comments
 (0)