From e0d23df60f50665a3c8670a0c7c5743a6e03a7bd Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:12 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9B=8F=EF=B8=8F=20bundledMode.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/bundledMode.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/bundledMode.ts b/src/utils/bundledMode.ts index f7e6c4d..23228bc 100644 --- a/src/utils/bundledMode.ts +++ b/src/utils/bundledMode.ts @@ -20,3 +20,4 @@ export function isInBundledMode(): boolean { Bun.embeddedFiles.length > 0 ) } +