feat(api): define v1 control-plane contract

This commit is contained in:
chick
2026-07-16 10:58:05 +08:00
parent aa3c3f9803
commit a86970d33b
14 changed files with 3234 additions and 4 deletions
+2 -1
View File
@@ -3,5 +3,6 @@
"compilerOptions": {
"rootDir": "src"
},
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts"],
"exclude": ["src/**/*.test.ts"]
}