Versions in this module Expand all Collapse all v1 v1.0.7 Apr 28, 2026 Changes in this version + type Vite struct + ClientPath string + DevServer string + DevelopmentMode bool + DistDir string + ErrorLog *log.Logger + Host string + InfoLog *log.Logger + Manifest string + ManifestPath string + Port string + RootDir string + func New(host, port, rootdir, distdir, manifest, developmentmode string, ...) *Vite + func (v *Vite) GetViteAssetPath(b []byte) reflect.Value + func (v *Vite) ParseViteBuildManifest() ViteManifest + type ViteManifest struct + Chunk map[string]ViteManifestEntry + type ViteManifestEntry struct + Assets []string + Css []string + File string + IsEntry bool + Name string + SrcPath string v1.0.7-rc Apr 28, 2026