From b38788e3467b0ff50749f61fc578ef6624bb84c3 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 12 Jan 2026 10:24:49 +0800 Subject: [PATCH] try fix test --- next-ui/vite.config.mts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next-ui/vite.config.mts b/next-ui/vite.config.mts index 2ce7a67f..f55ebbaa 100644 --- a/next-ui/vite.config.mts +++ b/next-ui/vite.config.mts @@ -99,6 +99,11 @@ export default defineConfig(({ mode }) => ({ }), optimizeDeps: { exclude: ['vuetify'], + include: [ + '@pinia/colada-devtools', + 'pinia-plugin-persistedstate', + 'unplugin-vue-router/runtime', + ], }, test: { coverage: {