Cleanup and update node packages (#1557)

This commit is contained in:
Boy132
2025-08-04 11:51:18 +02:00
committed by GitHub
parent 8840d109ef
commit 5b2e9d94ca
11 changed files with 78 additions and 260 deletions

View File

@@ -77,18 +77,13 @@
}
},
"scripts": {
"cs:fix": "php-cs-fixer fix",
"cs:check": "php-cs-fixer fix --dry-run --diff --verbose",
"pint": "pint",
"phpstan": "phpstan --memory-limit=-1",
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump"
],
"post-install-cmd": [
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"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"
]
},
"config": {