feat(runtime): add production control-plane foundation

This commit is contained in:
chick
2026-07-18 12:43:46 +08:00
parent 9451e1ee42
commit 293c015f89
13 changed files with 513 additions and 31 deletions
+1 -1
View File
@@ -5,5 +5,5 @@
"types": ["node"]
},
"include": ["src/**/*.ts"],
"exclude": ["src/canary-cli.ts"]
"exclude": ["src/canary-cli.ts", "src/production-cli.ts"]
}