fix tx isdone checkbox text size

This commit is contained in:
xds
2026-03-10 15:08:24 +03:00
parent d969551491
commit a0b4a4bcf3
7 changed files with 74 additions and 3 deletions

View File

@@ -18,5 +18,8 @@ export default defineConfig(async ({mode}) => {
'@': fileURLToPath(new URL('./src', import.meta.url)),
},
},
optimizeDeps: {
exclude: ['chart.js'],
},
}
})