Skip to content

Function 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.

See

https://vitejs.dev/config/

Built by Prozilla