Skip to content

Commit

Permalink
Stop native:dev when the app quits
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp committed Nov 5, 2024
1 parent aa9f9c7 commit 2e8d53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ private function installComposerScript()

$composerScripts->{'native:dev'} = [
'Composer\\Config::disableProcessTimeout',
'npx concurrently -c "#93c5fd,#c4b5fd" "php artisan native:serve --no-interaction" "npm run dev" --names=app,vite',
'npx concurrently -k -c "#93c5fd,#c4b5fd" "php artisan native:serve --no-interaction" "npm run dev" --names=app,vite',
];

data_set($composer, 'scripts', $composerScripts);
Expand Down

0 comments on commit 2e8d53f

Please sign in to comment.