Skip to content

Commit

Permalink
prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 27, 2024
1 parent 6c2b43c commit 263e38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/swc-plugins/prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
datasource db {
provider = "postgresql"
url = env("POSTGRES_PRISMA_URL")
url = env("DATABASE_URL")
}

generator client {
Expand Down

0 comments on commit 263e38b

Please sign in to comment.