Remove bun imports from esbuild bundler

This commit is contained in:
2026-07-30 11:52:08 +01:00
parent 88ead3b3d6
commit 823c5bb1ca
3 changed files with 3 additions and 1 deletions
@@ -108,6 +108,7 @@ export default async function pagesSSRBundler(params?: Params) {
"react/jsx-runtime",
"react/jsx-dev-runtime",
"bun:*",
"bun",
"sqlite-vec",
"better-sqlite3",
...(config.ssr_compiler_excludes || []),