Merge pull request #17 from johannschopplich/start-no-timeout
Disable composer timeout (5 min) for serve script
This commit is contained in:
@@ -22,8 +22,11 @@
|
||||
"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
|
||||
}
|
||||
|
Reference in New Issue
Block a user