Skip to content

Commit d40acbb

Browse files
committed
external
1 parent 4e0ecd6 commit d40acbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docbase",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"type": "module",
55
"workspaces": [
66
"packages/*"

packages/app/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { copy } from "fs-extra";
44
await Promise.all([
55
Bun.build({
66
entrypoints: ["./src/main.ts", "./src/index.ts"],
7-
// external: ["@prisma/client"],
7+
external: ["@prisma/client"],
88
outdir: "./dist",
99
splitting: true,
1010
target: "bun",

0 commit comments

Comments
 (0)