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
@@ -4,5 +4,6 @@
"rootDir": "src",
"types": ["node"]
},
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts"],
"exclude": ["src/canary-cli.ts"]
}