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
+1
View File
@@ -5,6 +5,7 @@
"type": "module",
"exports": "./src/index.ts",
"scripts": {
"test": "vitest run",
"typecheck": "tsc -p tsconfig.json"
}
}