Interface: MakeConfigProps
Arguments for makeConfig
Properties
appType?
optionalappType:"spa"|"mpa"
appType: "spa" | "mpa"
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.
sourcemap?
optionalsourcemap:boolean
Emit .js.map files alongside chunks. Disable for production deploys where maps must not be served publicly (Sentry uploads may still use plugin defaults).
Default
true;useSubdomainProxy?
optionaluseSubdomainProxy:boolean
Use subdomain proxy plugin
vuetifySettings?
optionalvuetifySettings:string
Relative path (from process.cwd()) to the Vuetify Sass settings configFile (vuetify-settings.scss — @use "vuetify/settings" with (…)).