From 113b5a19e3f4ea6bbd87638f42f7451ebd861cc8 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 8 Jan 2024 21:11:18 +0100 Subject: [PATCH] preserves variable bindings --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }