aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db
diff options
context:
space:
mode:
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";