Skip to content

Commit

Permalink
Port some of the PR's of the original repo
Browse files Browse the repository at this point in the history
  • Loading branch information
saitonakamura committed Feb 6, 2023
1 parent ec7d824 commit 2943435
Show file tree
Hide file tree
Showing 4 changed files with 966 additions and 9 deletions.
2 changes: 2 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ const open =
reload: !!~process.argv.indexOf('--reload'),
module: !!~process.argv.indexOf('--module'),
static: !!~process.argv.indexOf('--static'),
host: ( !!~process.argv.indexOf('--localhost-only') ) ? '127.0.0.1' : null,
noDirListing: !!~process.argv.indexOf('--no-dir-listing'),
credentials,
});

Expand Down
Loading

0 comments on commit 2943435

Please sign in to comment.