refactor(config): remove runtime config files and centralize route/bootstrap

This commit is contained in:
2026-04-01 20:27:42 +02:00
parent dba589b495
commit 5699bc6c5b
20 changed files with 487 additions and 118 deletions

View File

@@ -186,7 +186,7 @@ function appLogoUrlAbsolute(int $size = 128): string
}
/**
* Read one cached app setting from config/settings.php.
* Read one cached app setting from storage/runtime/settings.php.
*/
function appSetting(string $key): ?string
{