Skip to content

Commit e331c96

Browse files
authored
Merge pull request #1476 from yuheiy/fix-cli-options
Fix the missing `type: array` in server field of startOpts
2 parents bced1c8 + b24514b commit e331c96

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)