start

fun start(port: Int = 8080, host: String = "0.0.0.0", uiPath: String? = null)(source)

Starts the DevTools server.

Parameters

port

Port to listen on (default: 8080)

host

Host address (default: 0.0.0.0)

uiPath

Path to the WASM UI distribution directory (optional)