Remove bun imports from esbuild bundler
This commit is contained in:
@@ -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 || []),
|
||||
|
||||
Reference in New Issue
Block a user