diff --git a/wrangler.toml b/wrangler.toml index c0094a4..8b5aa2c 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -3,7 +3,7 @@ main = "src/worker.ts" compatibility_date = "2023-07-19" account_id = "367c5b9e9167fafdf4399c87280e0222" compatibility_flags = [ "nodejs_compat" ] - +keep_bindings = [ "plain_text" ] [env.dev] vars = { ENVIRONMENT = "dev" }