fix
This commit is contained in:
parent
f0736c5291
commit
52ae449101
|
|
@ -43,7 +43,7 @@ export const initServer = async (
|
|||
treeShaking: true,
|
||||
format: "cjs",
|
||||
logLevel: "silent",
|
||||
external: ["bun:sqlite"],
|
||||
external: ["bun:sqlite", "bun"],
|
||||
plugins: [
|
||||
{
|
||||
name: "prasi",
|
||||
|
|
|
|||
Loading…
Reference in New Issue