outDir

@get:Internal
abstract val outDir: DirectoryProperty(source)

Output directory of the production build.

Example

vite {
build {
outDir.set(project.layout.buildDirectory.dir("dist"))
}
}

External resources