Skip to content

Instantly share code, notes, and snippets.

@onwp
Created April 21, 2023 18:48
Show Gist options
  • Save onwp/16048aba167d66850ee32550f44b4cec to your computer and use it in GitHub Desktop.
Save onwp/16048aba167d66850ee32550f44b4cec to your computer and use it in GitHub Desktop.
prisma not reading env database_url
npm install -g dotenv-cli
npx prisma generate
dotenv -e .env.local -- npx prisma db push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment