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