Skip to content

Commit 66e1812

Browse files
committed
deps
1 parent 1d49a33 commit 66e1812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const enginePath = resolve(basePath, name);
2727
await Promise.all([
2828
Bun.build({
2929
entrypoints: ["./src/main.ts", "./src/index.ts"],
30-
// external: ["@prisma/client"],
30+
external: deps,
3131
outdir: "./dist",
3232
splitting: true,
3333
target: "bun",

0 commit comments

Comments
 (0)