From c46c8d95d98d0661f8a2e6839ac97b5729149da6 Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Fri, 15 Nov 2024 13:58:11 -0600 Subject: [PATCH] Enable logs --- apps/site/wrangler.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/site/wrangler.json b/apps/site/wrangler.json index 79fa18c9..fba33fb3 100644 --- a/apps/site/wrangler.json +++ b/apps/site/wrangler.json @@ -7,5 +7,8 @@ }, "build": { "command": "npm run build" + }, + "observability": { + "enabled": true } }