Files
cloudflare-polly-proxy/wrangler.toml
T
2024-06-14 02:43:53 -07:00

11 lines
313 B
TOML

#:schema node_modules/wrangler/config-schema.json
name = "cloudflare-polly-proxy"
main = "src/index.js"
compatibility_date = "2024-06-05"
compatibility_flags = ["nodejs_compat"]
rules = [
{ type = "Data", globs = ["../static/*"], fallthrough = true }
]
[vars]
AWS_HOST = 'https://polly.us-east-1.amazonaws.com'