Function appViteConfig()
appViteConfig()appViteConfig(
basePath:string,entryPath:string,appClass?:string):UserConfig
Source: app.vite.config.ts
Creates a Vite configuration for ProzillaOS apps.
Parameters
basePath
string
The path of the base directory.
entryPath
string
The path of the library entry.
appClass?
string
Returns
UserConfig
The Vite configuration.
Deprecated
Use appPlugin instead.