We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7d824 commit 2943435Copy full SHA for 2943435
cli.js
@@ -81,6 +81,8 @@ const open =
81
reload: !!~process.argv.indexOf('--reload'),
82
module: !!~process.argv.indexOf('--module'),
83
static: !!~process.argv.indexOf('--static'),
84
+ host: ( !!~process.argv.indexOf('--localhost-only') ) ? '127.0.0.1' : null,
85
+ noDirListing: !!~process.argv.indexOf('--no-dir-listing'),
86
credentials,
87
});
88
0 commit comments