Merge branch 'dev' into 'features/typesense'

# Conflicts:
#   routes/events.php
This commit is contained in:
JOSSERAND GIOVANNI p2405212
2025-12-07 15:14:51 +00:00
35 changed files with 220 additions and 21 deletions
+1 -1
View File
@@ -48,7 +48,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\" \"php artisan serve --host=localhost --port=8000\" \"php artisan pail --timeout=0\" --names=server,logs --kill-others"
],
"test": [
"@php artisan config:clear --ansi",