diff --git a/wrangler.example.toml b/wrangler.example.toml index 3df432e..6def706 100644 --- a/wrangler.example.toml +++ b/wrangler.example.toml @@ -3,15 +3,16 @@ account_id = "[CLOUDFLARE_ACCOUNT_ID]" main = "./dist/worker.js" compatibility_date = "2023-08-15" send_metrics = false -services = [ - { binding = "TwitterProxy", service = "elongator" } -] + +# Remove this if not using Cloudflare Analytics Engine analytics_engine_datasets = [ { binding = "AnalyticsEngine" } ] -[build] -command = "npm run build" +# Remove this if not using elongator account proxying +services = [ + { binding = "TwitterProxy", service = "elongator" } +] -[miniflare.globals] -TEST = "true" # Will have unicode character errors in headers if not set to true and running unit tests \ No newline at end of file +[build] +command = "npm run build" \ No newline at end of file