Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tailwind, "composer run dev" #6463

Merged
merged 17 commits into from
Oct 10, 2024
Prev Previous commit
Next Next commit
colors
  • Loading branch information
taylorotwell committed Oct 9, 2024
commit 8abd7c25ddc0dacc040ed7aad2bc33b4c7711697
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@php artisan migrate --graceful --ansi"
],
"dev": [
"npx concurrently -k -c \"blue.bold,cyan.bold,red.bold,yellow.bold\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail\" \"npm run dev\" --names=server,queue,pail,vite"
"npx concurrently -k -c \"auto\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail\" \"npm run dev\" --names=server,queue,pail,vite"
]
},
"extra": {
Expand Down