Skip to content

Commit

Permalink
fix styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan08100715 committed Dec 8, 2024
1 parent 2633a5c commit 2442f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ protected function configureComposerDevScript(string $directory): void
$this->composer->modify(function (array $content) {
if (windows_os()) {
$content['scripts']['dev'] = [
"Composer\\Config::disableProcessTimeout",
'Composer\\Config::disableProcessTimeout',
"npx concurrently -c \"#93c5fd,#c4b5fd,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"npm run dev\" --names='server,queue,vite'"
];
}
Expand Down

0 comments on commit 2442f14

Please sign in to comment.