22 lines
1 KiB
JSON
22 lines
1 KiB
JSON
|
{
|
||
|
"--files": "File paths to watch",
|
||
|
"--exclude": "File patterns to ignore",
|
||
|
"--server": "Run a Local server (uses your cwd as the web root)",
|
||
|
"--index": "Specify which file should be used as the index page",
|
||
|
"--startPath": "Specify the start path for the opened browser",
|
||
|
"--https": "Enable SSL for local development",
|
||
|
"--directory": "Show a directory listing for the server",
|
||
|
"--proxy": "Proxy an existing server",
|
||
|
"--xip": "Use xip.io domain routing",
|
||
|
"--tunnel": "Use a public URL",
|
||
|
"--open": "Choose which URL is auto-opened (local, external or tunnel)",
|
||
|
"--config": "Specify a path to a bs-config.js file",
|
||
|
"--host": "Specify a hostname to use",
|
||
|
"--logLevel": "Set the logger output level (silent, info or debug)",
|
||
|
"--port": "Specify a port to use",
|
||
|
"--no-notify": "Disable the notify element in browsers",
|
||
|
"--no-open": "Don't open a new browser window",
|
||
|
"--no-ghost": "Disable Ghost Mode",
|
||
|
"--no-online": "Force offline usage"
|
||
|
}
|