Disable composer timeout for serve script

This commit is contained in:
Johann Schopplich
2021-01-05 22:59:50 +01:00
parent d6f9dc0ee9
commit 84116e936c

View File

@@ -22,7 +22,10 @@
"getkirby/cms": "^3.0"
},
"scripts": {
"start": "@php -S localhost:8000 kirby/router.php"
"start": [
"Composer\\Config::disableProcessTimeout",
"@php -S localhost:8000 kirby/router.php"
]
},
"config": {
"optimize-autoloader": true