publicDir

@get:Internal
abstract val publicDir: Property<String>(source)

Directory to serve as plain static assets. Files in this directory are served at / during dev and copied to the root outDir during build, and are always served or copied as-is without transform.

The value can be either an absolute file system path or a path relative to the project root.