This commit is contained in:
2026-01-31 16:20:12 +01:00
parent 59105c6d8a
commit 637a32314a
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -123,4 +123,9 @@ return [
'store' => env('APP_MAINTENANCE_STORE', 'database'),
],
'frontend' => [
'dev' => env('DEV', false),
'dev_url' => env('FRONTEND_DEV_URL', 'http://localhost:5173'),
],
];