vite
Overview
Exports a Vite configuration helper that sets up aliases and de-duplication so that VUEDA, its peer dependencies, and @arrai-innovations/reactive-helpers resolve to a single copy each, whether those packages are installed from the registry or wired in with pnpm link / file: for local development.
Methods
- vuedaViteConfig - Returns a Vite config fragment for vueda, covering
define,resolve.alias,resolve.dedupe, and (optionally)optimizeDepsandserver.fs.allow.
Types
DependencyWiring
DependencyWiring = "installed" | "linked" | "absent"
Source
client/lib/vite.js:1