Skip to content

Commit ba23bfa

Browse files
committed
add development command to composer.json for concurrent processes
1 parent d533924 commit ba23bfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
],
7272
"post-create-project-cmd": [
7373
"@php artisan key:generate --ansi"
74+
],
75+
"dev": [
76+
"Composer\\Config::disableProcessTimeout",
77+
"npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"npm run dev\" --names=server,queue,logs,vite"
7478
]
7579
},
7680
"extra": {

0 commit comments

Comments
 (0)