debug
All checks were successful
Push image to registry / build-image (push) Successful in 3m52s

This commit is contained in:
2025-02-08 10:46:20 +01:00
parent 990fcb9a0d
commit 71ad103a1f

View File

@ -25,6 +25,7 @@ class AppServiceProvider extends ServiceProvider
Vite::prefetch(concurrency: 3);
dump(env('APP_URL'));
dump(env('TEST'));
dump(config('app.url'));
if (str_starts_with(env('APP_URL'), "https://")) {
$url->forceScheme('https');