WebServerOptions
data class WebServerOptions(val port: Int, val targetFile: File, val browserLauncher: BrowserLauncher?)
Options for the local web server.
Parameters
port
port to start the server on
targetFile
file to serve
browserLauncher
strategy to open the served file in the browser. If null
, the file will not be opened.