File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ stderr_logfile = /dev/stderr
66stdout_logfile = /dev/stdout
77
88[program:octane]
9- command = php artisan octane:start --server=swoole --watch
9+ command = php artisan octane:start --server=swoole
1010stopasgroup = true
1111stderr_logfile = /dev/stderr
1212stdout_logfile = /dev/stdout
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ stderr_logfile = /dev/stderr
66stdout_logfile = /dev/stdout
77
88[program:octane]
9- command = php artisan octane:start --server=swoole --watch
9+ command = php artisan octane:start --server=swoole
1010stopasgroup = true
1111stderr_logfile = /dev/stderr
1212stdout_logfile = /dev/stdout
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ stderr_logfile = /dev/stderr
66stdout_logfile = /dev/stdout
77
88[program:octane]
9- command = php artisan octane:start --server=swoole --watch
9+ command = php artisan octane:start --server=swoole
1010stopasgroup = true
1111stderr_logfile = /dev/stderr
1212stdout_logfile = /dev/stdout
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ stderr_logfile = /dev/stderr
66stdout_logfile = /dev/stdout
77
88[program:octane]
9- command = php artisan octane:start --server=swoole --watch
9+ command = php artisan octane:start --server=swoole
1010stopasgroup = true
1111stderr_logfile = /dev/stderr
1212stdout_logfile = /dev/stdout
Original file line number Diff line number Diff line change 66stdout_logfile = /dev/stdout
77
88[program:octane]
9- command = php artisan octane:start --server=swoole --watch
9+ command = php artisan octane:start --server=swoole{!! $prod ? ' ' : ' --watch' ! !}
1010stopasgroup = true
1111stderr_logfile = /dev/stderr
1212stdout_logfile = /dev/stdout
You can’t perform that action at this time.
0 commit comments