From 4c5a5285ff3ae88e508564780019574186293950 Mon Sep 17 00:00:00 2001 From: kang Date: Thu, 14 May 2026 11:43:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E8=84=9A=E6=9C=AC=EF=BC=8C=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=20Reverb=20=E4=B8=8E=E8=B0=83=E5=BA=A6=E8=BF=9B=E7=A8=8B?= =?UTF-8?q?=E5=B9=B6=E5=8F=91=E5=90=AF=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c631aa0..25ba79c 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ ], "dev": [ "Composer\\Config::disableProcessTimeout", - "npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1 --timeout=0\" \"php artisan pail --timeout=0\" \"npm run dev\" --names=server,queue,logs,vite --kill-others" + "npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74,#34d399,#f472b6\" \"php artisan serve\" \"php artisan queue:listen --tries=1 --timeout=0\" \"php artisan pail --timeout=0\" \"php artisan reverb:start\" \"php artisan schedule:work\" \"npm run dev\" --names=server,queue,logs,reverb,schedule,vite --kill-others" ], "test": [ "@php artisan config:clear --ansi @no_additional_args",