The Appview for the kipclip.com atproto bookmarking service

Fix test BASE_URL to use auto-detection from Request objects

Changed files
+1 -3
tests
+1 -3
tests/test-setup.ts
··· 22 22 ); 23 23 } 24 24 25 - if (!Deno.env.get("BASE_URL")) { 26 - Deno.env.set("BASE_URL", "http://localhost:8000"); 27 - } 25 + // Note: BASE_URL is not set here - tests use auto-detection from Request objects