feat(kirby): added serve command for kirby cli

This commit is contained in:
Stephan Plöhn 2025-08-26 10:20:24 +02:00
parent 315f7e9896
commit f3b60adb21
2 changed files with 211 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"kirby",
"cms",
"starterkit",
"tailwindcss
"tailwindcss"
],
"authors": [
{
@ -23,7 +23,8 @@
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"getkirby/cms": "^5.0"
"getkirby/cms": "^5.0",
"ext-pcntl": "*"
},
"config": {
"allow-plugins": {