Skip to content

Commit b24514b

Browse files
committed
Fix the missing type: array in server field of startOpts
1 parent bced1c8 commit b24514b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli-options/opts.start.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"server": {
3+
"type": "array",
34
"alias": "s",
45
"desc": "Run a Local server (uses your cwd as the web root)"
56
},

0 commit comments

Comments
 (0)