This commit is contained in:
2026-03-04 14:13:16 +01:00
parent b7d826e29c
commit 56ea3348d6
41 changed files with 846 additions and 162 deletions

View File

@@ -1,2 +1,3 @@
export { prisma } from './lib/prisma'
export { Prisma } from '@prisma/client'
export * from './types/index'