feat(runtime): add isolated same-origin canary gateway

This commit is contained in:
chick
2026-07-18 04:54:21 +08:00
parent cc8eb0f54b
commit 9451e1ee42
6 changed files with 631 additions and 2 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"exports": "./src/index.ts",
"scripts": {
"test": "vitest run --root ../.. apps/api/src",
"typecheck": "tsc -p tsconfig.json"
"typecheck": "tsc -p tsconfig.json",
"canary": "node --experimental-strip-types src/canary-cli.ts"
},
"dependencies": {
"@multi-simadmin/contracts": "workspace:*",