Skip to content

Commit

Permalink
chore: debug prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
LPX55 committed May 21, 2023
1 parent 8a68a19 commit 37bded7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ yarn-error.log*

# local env files
.env*.local

.env
# vercel
.vercel

Expand Down
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ generator client {

datasource db {
provider = "mysql"
url = process.env.DATABASE_URL
url = env("DATABASE_URL")
referentialIntegrity = "prisma"
}

Expand Down

0 comments on commit 37bded7

Please sign in to comment.