⛏️ bundledMode.ts

This commit is contained in:
nirholas
2026-03-31 10:24:12 +00:00
parent e7fc4181d3
commit e0d23df60f

View File

@@ -20,3 +20,4 @@ export function isInBundledMode(): boolean {
Bun.embeddedFiles.length > 0
)
}