From 81ecd02df20b55559ecf209fb8b1d18303df037f Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:59:26 +0100 Subject: [PATCH] chore: add observability to website --- website/bun.lockb | Bin 247440 -> 247440 bytes website/wrangler.toml | 3 +++ 2 files changed, 3 insertions(+) diff --git a/website/bun.lockb b/website/bun.lockb index 58631eeff6cd644cc94021f4b219104de0305d50..1a31e23bb8f887ce591729405699191bc113ef4d 100755 GIT binary patch delta 45 zcmbQx%Rix)zoCV33)8|TcE&gpJqta9_7zP`+gCI(2RL*56mHbA$^5@?`o}Yj699D@ B5vTwF delta 45 ycmbQx%Rix)zoCV33)8|Tb|wZeXkXF9w0%VrbAU6)oio12=1FvKnEvq$;{*U%ED-|$ diff --git a/website/wrangler.toml b/website/wrangler.toml index 660082e..b4c7116 100644 --- a/website/wrangler.toml +++ b/website/wrangler.toml @@ -4,3 +4,6 @@ pages_build_output_dir = ".svelte-kit/cloudflare" [vars] PUBLIC_REGISTRY_URL = "https://registry.pesde.daimond113.com/v0/" + +[observability] +enabled = true