Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): use configured outDir for replace version plugin (#313)
This updates the `replaceVersionPlugin` to use the configured output directory for version.json, fixing build issues when a custom `outDir` is specified. - Add `configResolved` hook to capture `outDir` from Vite config - Replace hardcoded 'dist' with `outDir` when writing `version.json` - Ensure `version.json` is created in the correct output directory during build
- Loading branch information