KobwebApplication

class KobwebApplication(val path: Path = Path.of(""))(source)

Wrap a path that points to the root of the module which defines your Kobweb application.

A kobweb application is the path that has a .kobweb folder in it.

Constructors

Link copied to clipboard
constructor(path: Path = Path.of(""))

Properties

Link copied to clipboard
Link copied to clipboard
val path: Path

The path that represents the root of the module (defaulting to the current working directory). A KobwebException is thrown if the path does not actually point to a Kobweb project.