Package-level declarations

Types

Link copied to clipboard
class SsrEngine(nodeExecutable: String? = null, port: Int? = null, externalSsrService: String? = null, rpcUrlPrefix: String? = null, rootId: String? = null, contextPath: String? = null, cacheTime: Int = DEFAULT_SSR_CACHE_TIME)

Server-Side Rendering engine for Kilua.

Properties

Link copied to clipboard
const val DEFAULT_SSR_CACHE_TIME: Int = 10