Skip to content

Commit 44b9b7a

Browse files
iamjr15claude
andcommitted
feat: add Cloudflare Workers API proxy for Cloud Run
Proxies api.trycheatcode.com to Cloud Run backend via Cloudflare edge. This bypasses Cloud Run domain mapping limitations in asia-south1 and provides Cloudflare DDoS protection. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 5f44cb9 commit 44b9b7a

File tree

6 files changed

+1711
-0
lines changed

6 files changed

+1711
-0
lines changed

api-worker/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules/
2+
dist/
3+
.wrangler/
4+
.dev.vars

0 commit comments

Comments
 (0)