From cf85ab1ace218c3928c9fede9e02b8fa5747f5d1 Mon Sep 17 00:00:00 2001 From: Jack Bayliss Date: Thu, 8 Jan 2026 16:07:10 +0000 Subject: [PATCH] Update composer.json (#6735) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 44c60542..52a3a8af 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ ], "dev": [ "Composer\\Config::disableProcessTimeout", - "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 --kill-others" + "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" ], "test": [ "@php artisan config:clear --ansi",