feat(kirby): added serve command for kirby cli
This commit is contained in:
parent
315f7e9896
commit
f3b60adb21
2 changed files with 211 additions and 2 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue