because I got bored of customising my CV for every job
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(CVG-29): remove prisma.config.ts — conflicts with schema url in Prisma 7

-6
-6
apps/server/prisma.config.ts
··· 1 - import path from "node:path"; 2 - import type { PrismaConfig } from "prisma"; 3 - 4 - export default { 5 - schema: path.join(__dirname, "prisma"), 6 - } satisfies PrismaConfig;