Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 18, 2024
1 parent 5fe2c05 commit 40d5bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ protected function configureDefaultDatabaseConnection(string $directory, string
}

/**
* Configure Composer's Script
* Configure Composer's Script.
*
* @param string $directory
* @return void
Expand All @@ -358,7 +358,7 @@ protected function configureComposerScript(string $directory): void
{
$this->composer->modify(function (array $content) {
if (windows_os()) {
$content['scripts']['dev'] = "npx concurrently -c \"#93c5fd,#c4b5fd,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"npm run dev\" --names=server,queue,vite";
$content['scripts']['dev'] = 'npx concurrently -c "#93c5fd,#c4b5fd,#fdba74" "php artisan serve" "php artisan queue:listen --tries=1" "npm run dev" --names=server,queue,vite';
}

return $content;
Expand Down

0 comments on commit 40d5bcf

Please sign in to comment.