mirror of
https://github.com/gotson/komga.git
synced 2026-04-18 13:02:04 +02:00
try fix test
This commit is contained in:
parent
d6432dca4c
commit
a719e7bc6d
1 changed files with 5 additions and 0 deletions
|
|
@ -99,6 +99,11 @@ export default defineConfig(({ mode }) => ({
|
|||
}),
|
||||
optimizeDeps: {
|
||||
exclude: ['vuetify'],
|
||||
include: [
|
||||
'@pinia/colada-devtools',
|
||||
'pinia-plugin-persistedstate',
|
||||
'unplugin-vue-router/runtime',
|
||||
],
|
||||
},
|
||||
test: {
|
||||
coverage: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue