From 7978271f0fe159b52f330f74013576170c5996b8 Mon Sep 17 00:00:00 2001 From: Jonas Schell Date: Thu, 22 Aug 2024 11:33:35 +0200 Subject: [PATCH] chore: Add wrangler.toml configuration file --- wrangler.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 wrangler.toml diff --git a/wrangler.toml b/wrangler.toml new file mode 100644 index 0000000..bdcde1c --- /dev/null +++ b/wrangler.toml @@ -0,0 +1,4 @@ +name = "meet-sandbox-staging" +compatibility_date = "2024-08-21" +compatibility_flags = ["nodejs_compat"] +pages_build_output_dir = ".vercel/output/static" \ No newline at end of file