We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0ecd6 commit d40acbbCopy full SHA for d40acbb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "docbase",
3
- "version": "0.2.9",
+ "version": "0.2.10",
4
"type": "module",
5
"workspaces": [
6
"packages/*"
packages/app/build.ts
@@ -4,7 +4,7 @@ import { copy } from "fs-extra";
await Promise.all([
Bun.build({
entrypoints: ["./src/main.ts", "./src/index.ts"],
7
- // external: ["@prisma/client"],
+ external: ["@prisma/client"],
8
outdir: "./dist",
9
splitting: true,
10
target: "bun",
0 commit comments