Skip to content

Commit 39b39f6

Browse files
committed
wip
1 parent a599162 commit 39b39f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/StartRoadRunnerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function handle(ServerProcessInspector $inspector, ServerStateFile $serve
8282
'-o', app()->environment('local') ? 'logs.level=debug' : 'logs.level=warning',
8383
'-o', 'logs.output=stdout',
8484
'-o', 'logs.encoding=json',
85-
'serve',
85+
'--dotenv=""', 'serve',
8686
]), base_path(), collect(array_merge($_ENV, [
8787
'APP_BASE_PATH' => base_path(),
8888
'LARAVEL_OCTANE' => 1, ]))->mapWithKeys(function ($value, $key) {

0 commit comments

Comments
 (0)