New start script

This commit is contained in:
Bastian Allgeier
2021-01-05 22:21:32 +01:00
parent 3e54bd3263
commit d6f9dc0ee9

View File

@@ -21,6 +21,9 @@
"php": ">=7.1.0", "php": ">=7.1.0",
"getkirby/cms": "^3.0" "getkirby/cms": "^3.0"
}, },
"scripts": {
"start": "@php -S localhost:8000 kirby/router.php"
},
"config": { "config": {
"optimize-autoloader": true "optimize-autoloader": true
} }