From 160de24010102665c04d17432ed5a2a10d0c1741 Mon Sep 17 00:00:00 2001 From: Milas Holsting Date: Wed, 20 May 2026 08:32:18 +0200 Subject: [PATCH] remove scripts.ts --- scripts.ts | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 scripts.ts diff --git a/scripts.ts b/scripts.ts deleted file mode 100644 index dbb8d09..0000000 --- a/scripts.ts +++ /dev/null @@ -1,8 +0,0 @@ -// check-headers.ts -const domain = "https://jellyfin.milasholsting.dk"; -const resp = await fetch(domain); - -console.log("--- Header Check ---"); -resp.headers.forEach((value, key) => { - console.log(`${key}: ${value}`); -});