mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-27 17:48:17 -05:00
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:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user