chen-rn / CUA

(deprecateed) create-universal-app(CUA) is an opinionated template for creating fullstack universal apps (Expo, Next, tRPC, Prisma, Clerk, Solito, Tamagui)
https://cua-demo.vercel.app
MIT License
1.02k stars 67 forks source link

Ensure prisma studio command uses with-env #1

Closed albertdbio closed 1 year ago

albertdbio commented 1 year ago

Prisma Studio is not able find DATABASE_URL unless prisma studio is prefixed with with-env.

Also prefix the Prisma commands with yarn so the local version is used to prevent version mismatches.