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): add datasource url to Prisma schema for standalone CLI usage

+1
+1
apps/server/prisma/schema.prisma
··· 13 13 14 14 datasource db { 15 15 provider = "postgresql" 16 + url = env("DATABASE_URL") 16 17 }