mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
vite config
This commit is contained in:
parent
e3e42dbf2c
commit
5fd9fba488
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue