@twohair/lite-server
v0.0.5
Published
Lightweight development node server for serving a web app, providing a fallback for browser history API, loading in the browser, and injecting scripts on the fly.
Downloads
6
Readme
change
command line from Browsersync
- --open Decide which URL to open automatically when Browsersync starts. Defaults to "local" if none set. Can be true, local, external, ui, ui-external, tunnel or false
- --startPath
- -o Equivalent to --startPath
// Open the first browser window at URL + "/info.php"
startPath: "/info.php";