Disable composer timeout for serve script
This commit is contained in:
@@ -22,7 +22,10 @@
|
|||||||
"getkirby/cms": "^3.0"
|
"getkirby/cms": "^3.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "@php -S localhost:8000 kirby/router.php"
|
"start": [
|
||||||
|
"Composer\\Config::disableProcessTimeout",
|
||||||
|
"@php -S localhost:8000 kirby/router.php"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"optimize-autoloader": true
|
"optimize-autoloader": true
|
||||||
|
Reference in New Issue
Block a user