serverPort

val serverPort: Int? = null

Parameters

serverPort

port to communicate with the local server on. If not set, no server communication is performed. In a practical scenario, this is injected into JavaScript to communicate with the server, for example to enable dynamic reloading.