fix(api): update visualizer output path in vite configuration

- Change the output filename for the visualizer plugin from 'dist/stats.json' to 'app/stats.json' to align with the new directory structure.
This commit is contained in:
Matiss Janis Aboltins
2026-01-28 23:03:03 +00:00
parent 549f269511
commit 6d1cc5cd23

View File

@@ -21,7 +21,7 @@ export default defineConfig({
},
plugins: [
peggyLoader(),
visualizer({ template: 'raw-data', filename: 'dist/stats.json' }),
visualizer({ template: 'raw-data', filename: 'app/stats.json' }),
],
resolve: {
extensions: [