Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:38 +08:00
commit fac28cc151
4 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "vitest-4",
"description": "Vitest 4.x patterns and config",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugin Marketplace"
},
"hooks": [
"./hooks/hooks.json"
]
}