* split up files * timestamps, scalars and dayjs * lib server directory * move bun types to dev * move storybook dark mode to dev * got timestamps working * fix reference * separate schema into files and add mutations
3 lines
No EOL
89 B
TypeScript
3 lines
No EOL
89 B
TypeScript
import { PrismaClient } from '@prisma/client';
|
|
|
|
export const prisma = new PrismaClient(); |