diff --git a/wrangler.example.toml b/wrangler.example.toml index 7cc6e7c..d4bd0a5 100644 --- a/wrangler.example.toml +++ b/wrangler.example.toml @@ -5,4 +5,7 @@ compatibility_date = "2022-08-17" send_metrics = false [build] -command = "npm run build" \ No newline at end of file +command = "npm run build" + +[miniflare.globals] +TEST = "true" # Will have unicode character errors in headers if not set to true \ No newline at end of file