projectRoot

@get:Input
abstract val projectRoot: Property<String>(source)

The path from the codebase root to this project, which is information we pass down into the generated code.

For example, if the path to your Kobweb project is `"myproject/web/site", then this value will be set to "web/site".