fix: correctly retrieve the public_url parameter on start
This commit is contained in:
parent
a1a8996d3f
commit
e8134dfeb0
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ var opts = require('commander')
|
||||||
'Disable Cross-origin resource sharing headers'
|
'Disable Cross-origin resource sharing headers'
|
||||||
)
|
)
|
||||||
.option(
|
.option(
|
||||||
'-u|--public_url',
|
'-u|--public_url <url>',
|
||||||
'Enable exposing the server on subpaths, not necessarily the root of the domain'
|
'Enable exposing the server on subpaths, not necessarily the root of the domain'
|
||||||
)
|
)
|
||||||
.option(
|
.option(
|
||||||
|
|
Loading…
Reference in a new issue