You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main function to start a server at `http://host:port` and render what is in the current
212
237
directory. (See also [`example`](@ref) for an example folder).
@@ -216,6 +241,7 @@ directory. (See also [`example`](@ref) for an example folder).
216
241
* `dir` specifies where to launch the server if not the current working directory.
217
242
* `verbose` is a boolean switch to make the server print information about file changes and connections.
218
243
* `coreloopfun` specifies a function which can be run every 0.1 second while the liveserver is going; it takes two arguments: the cycle counter and the filewatcher. By default the coreloop does nothing.
244
+
* `launch_browser=false` is a boolean switch to choose launch the browser at host url.
0 commit comments