fxtwitter-docker/wrangler.example.toml
2023-09-10 01:06:01 -04:00

17 lines
No EOL
432 B
TOML

name = "fixtweet"
account_id = "[CLOUDFLARE_ACCOUNT_ID]"
main = "./dist/worker.js"
compatibility_date = "2023-08-15"
send_metrics = false
services = [
{ binding = "TwitterProxy", service = "elongator" }
]
analytics_engine_datasets = [
{ binding = "AnalyticsEngine" }
]
[build]
command = "npm run build"
[miniflare.globals]
TEST = "true" # Will have unicode character errors in headers if not set to true and running unit tests