Skip to content

Function appViteConfig()

appViteConfig(basePath: string, entryPath: string): UserConfig

Source: app.vite.config.ts

Helper function for creating Vite configurations for ProzillaOS apps

Parameters

basePath

string

Path of base directory

entryPath

string

Path of library entry

Returns

UserConfig

Vite configuration

See

https://vitejs.dev/config/

Built by Prozilla