From 099bc7097cc7f7a8ebf19fa4c3dea1c144c3a92b Mon Sep 17 00:00:00 2001 From: buttercat1791 Date: Sun, 2 Mar 2025 22:57:11 -0600 Subject: [PATCH] Remove env prefix on Bun adapter --- svelte.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/svelte.config.js b/svelte.config.js index 770bba0..4fa1a1b 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -8,11 +8,10 @@ const config = { preprocess: [vitePreprocess()], kit: { - // Static adapter + // Bun adapter adapter: adapter({ out: "build", assets: true, - envPrefix: "ALEX_", development: false, precompress: false, }),