feat: complete OpenAPI migration and add test suite

This commit is contained in:
bipproduction
2026-02-07 23:57:37 +08:00
parent f0c317837f
commit 4640b72ca6
10 changed files with 187 additions and 91 deletions

View File

@@ -20,7 +20,13 @@
},
"overrides": [
{
"includes": ["src/routeTree.gen.ts", "dist/**", "node_modules/**"],
"includes": [
"src/routeTree.gen.ts",
"dist/**",
"node_modules/**",
"generated/**",
"scripts/**"
],
"linter": { "enabled": false },
"formatter": { "enabled": false },
"assist": { "enabled": false }