Package-level declarations

Types

Link copied to clipboard
@CacheableTask
abstract class ViteExec @Inject constructor(process: ExecOperations) : DefaultTask

Executes a Vite command in the context of this project.

Link copied to clipboard
@DisableCachingByDefault(because = "Not worth caching")
abstract class WriteConfig : DefaultTask

Generates the vite.config.js file from the values configured in the vite block.