(deprecateed) create-universal-app(CUA) is an opinionated template for creating fullstack universal apps (Expo, Next, tRPC, Prisma, Clerk, Solito, Tamagui)
1.02k
stars
67
forks
source link
Ensure prisma studio command uses with-env #1
Closed
albertdbio closed 1 year ago
Prisma Studio is not able find DATABASE_URL unless
prisma studio
is prefixed withwith-env
.Also prefix the Prisma commands with
yarn
so the local version is used to prevent version mismatches.