ViteProperties

@Component
@ConfigurationProperties(prefix = "vite")
open class ViteProperties

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
The local server URL for Vite development.
Link copied to clipboard
The path of the manifest file generated by Vite.
Link copied to clipboard
The path to the resources.

Functions

Link copied to clipboard
open fun isDebug(): Boolean
Link copied to clipboard
open fun setDebug(debug: Boolean)