From 26b5b3b99849d53be8113221dd1b424710c08b9b Mon Sep 17 00:00:00 2001 From: pheralb Date: Fri, 10 May 2024 19:30:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Update=20``wrangler.toml``=20con?= =?UTF-8?q?fig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/wrangler.toml b/api/wrangler.toml index 5c6546b..d5a15f1 100644 --- a/api/wrangler.toml +++ b/api/wrangler.toml @@ -1,7 +1,7 @@ name = "api" -compatibility_date = "2023-12-01" main = "src/index.ts" minify = true +compatibility_date = "2023-12-01" # [vars] # MY_VAR = "my-variable"