๐Ÿ“ฆ threepointone / cloudflared-login-worker

๐Ÿ“„ wrangler.jsonc ยท 8 lines
1
2
3
4
5
6
7
8{
  "$schema": "node_modules/wrangler/config-schema.json",
  "name": "cloudflared-login",
  "compatibility_date": "2026-01-27",
  "compatibility_flags": ["nodejs_compat"],
  "main": "src/server.ts",
}