Files
proxy-bun/wrangler.toml
T

11 lines
199 B
TOML
Raw Normal View History

name = "edge-proxy-relay"
main = "src/index.ts"
compatibility_date = "2024-12-01"
compatibility_flags = ["nodejs_compat"]
[vars]
NODE_VERSION = "22"
[env.production]
name = "edge-proxy-relay-prod"