chore: update lockfile, root vitest config, and mcp config

This commit is contained in:
2026-06-08 15:52:03 +07:00
parent 53f2d7ceef
commit 13de500d11
3 changed files with 490 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"mcpServers": {
"robonen-docs": {
"type": "http",
"url": "http://localhost:3000/mcp"
}
}
}
+481 -8
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -9,6 +9,7 @@ export default defineConfig({
'core/platform/vitest.config.ts',
'vue/toolkit/vitest.config.ts',
'vue/primitives/vitest.config.ts',
'docs/vitest.config.ts',
],
coverage: {
provider: 'v8',