Interface: MakeConfigProps
Arguments for makeConfig
Properties
monorepoRoot?
optionalmonorepoRoot:string
The absolute path of the root of the monorepo, to ensure vite has access to saflib packages.
plugins?
optionalplugins:PluginOption[]
Additional plugins to include in the Vite config. Vue, Vuetify, VueDevTools, and a SPA proxy plugin are included by default.
vuetifyOverrides?
optionalvuetifyOverrides:string
A relative path (from process.cwd()) to the Vuetify style configFile override.