Package-level declarations

Types

Link copied to clipboard
class StartWebServerCommand : CliktCommand

Command to start a web server serving a local file.

Link copied to clipboard
data class WebServerOptions(val port: Int, val targetFile: File, val browserLauncher: BrowserLauncher?)

Options for the local web server.

Link copied to clipboard

Starter of the web server.

Properties

Link copied to clipboard
const val DEFAULT_SERVER_PORT: Int = 8089

The default port to start the web server on.