config : enable panel install on production
Some checks failed
Deploy Preprod / Build and Deploy to Preprod (push) Failing after 28s

This commit is contained in:
isUnknown 2026-01-30 08:02:50 +01:00
parent f994b1c982
commit 78ac0940d0
2 changed files with 5 additions and 4 deletions

View file

@ -25,6 +25,7 @@ return [
'css' => 'assets/css/panel.css',
'favicon' => 'favicon.svg',
'menu' => require(__DIR__ . '/menu.php'),
'install' => 'true'
],
'routes' => [
require(__DIR__ . '/routes/logout.php'),