go-proxy-bingai/wrangler.toml
2024-03-08 10:19:33 +08:00

11 lines
213 B
TOML

name = "go-proxy-bingai"
main = "cloudflare/worker.js"
compatibility_date = "2023-07-31"
workers_dev = true
rules = [
{ type = "ESModule", globs = ["**/*.js"], fallthrough = true }
]
[placement]
mode = "smart"