From fd2204d8295726629df3298201b08f28d7003afc Mon Sep 17 00:00:00 2001 From: Jonas Schell Date: Thu, 22 Aug 2024 13:36:32 +0200 Subject: [PATCH] chore: Update wrangler.toml configuration file --- wrangler.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index bdcde1c..46a3e5e 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,6 @@ 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 +pages_build_output_dir = ".vercel/output/static" + +send_metrics = false \ No newline at end of file