fix should start maximized ?
All checks were successful
Push image to registry / build-image (push) Successful in 5m28s

This commit is contained in:
2025-03-08 15:43:22 +01:00
parent e3443ca632
commit 140966fb6b
2 changed files with 5 additions and 5 deletions

View File

@ -4,5 +4,7 @@ return [
"driver" => [
"url" => $_ENV['DUSK_DRIVER_URL'] ?? env('DUSK_DRIVER_URL') ?? null
]
],
"shouldStartMaximized" => $_ENV['DUSK_START_MAXIMIZED'] ?? env('DUSK_START_MAXIMIZED') ?? false,
"headlessDisabled" => $_ENV['DUSK_HEADLESS_DISABLED'] ?? env('DUSK_HEADLESS_DISABLED') ?? false
];