From d0ec03843ab51f9ee050f639c250baa272592e54 Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Sat, 26 Oct 2024 22:36:15 -0400 Subject: [PATCH] Wrap the filer on the build.ts --- chat-app/build.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat-app/build.ts b/chat-app/build.ts index ba4f5f8..42173bc 100644 --- a/chat-app/build.ts +++ b/chat-app/build.ts @@ -15,7 +15,7 @@ async function main() { ...config, verbose: true, define: { - 'Bun.env.APP_URL': Bun.env.APP_URL, + 'Bun.env.APP_URL': `"${Bun.env.APP_URL}"`, } });