aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-02-11 16:53:17 +0000
committerMohamedBassem <me@mbassem.com>2024-02-11 17:57:46 +0000
commit230cafb6dfc8d3bad57d84ef13c3669f5bf5331a (patch)
treeb59f4b386201f9fedde3c7b7546f32c2ed3f61cb /packages/db
parent2c2d05fd0a2c3c26d765f8a6beb88d907a097c1d (diff)
downloadkarakeep-230cafb6dfc8d3bad57d84ef13c3669f5bf5331a.tar.zst
fix: Fix build for workers package and add it to CI
Diffstat (limited to 'packages/db')
-rw-r--r--packages/db/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/db/index.ts b/packages/db/index.ts
index e87b9515..31ebeec2 100644
--- a/packages/db/index.ts
+++ b/packages/db/index.ts
@@ -12,3 +12,5 @@ export const prisma =
? ["query", "error", "warn"]
: ["error"],
});
+
+export * from "@prisma/client";