fxtwitter-docker/wrangler.example.toml
2022-07-25 12:10:20 -04:00

9 lines
No EOL
191 B
TOML

name = "fixtweet"
account_id = "[CLOUDFLARE_ACCOUNT_ID]"
workers_dev = true
main = "./dist/worker.js"
compatibility_date = "2022-07-13"
send_metrics = false
[build]
command = "npm run build"