mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-05-03 16:24:55 +00:00
🛠️ **Composer:** Added dev scripts for local development with concurrently-powered tasks.
This commit is contained in:
@@ -105,6 +105,10 @@
|
||||
"@php artisan config:clear --ansi",
|
||||
"@test:lint",
|
||||
"@php artisan test"
|
||||
],
|
||||
"dev": [
|
||||
"Composer\\Config::disableProcessTimeout",
|
||||
"npx concurrently -c \"#93c5fd,#c4b5fd,#fdba74,#86efac\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"yarn run dev\" --names=serve,queue,logs,vite --kill-others"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
|
||||
Reference in New Issue
Block a user