vite config

This commit is contained in:
Gauthier Roebroeck 2025-07-29 14:18:17 +08:00
parent e3e42dbf2c
commit 5fd9fba488

View file

@ -81,6 +81,9 @@ export default defineConfig({
server: {
port: 3000,
},
optimizeDeps: {
exclude: ['vuetify'],
},
test: {
coverage: {
reporter: ['text', 'json-summary', 'json', 'html'],
@ -112,9 +115,6 @@ export default defineConfig({
},
},
},
optimizeDeps: {
exclude: ['vuetify'],
},
plugins: [
// The plugin will run tests for the stories defined in your Storybook config
// See options at: https://storybook.js.org/docs/next/writing-tests/integrations/vitest-addon#storybooktest