Skip to content

Commit

Permalink
Use local file general datasource URL as real URl is in env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Mar 17, 2024
1 parent aad7668 commit e7eb07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
datasource db {
provider = "sqlite"
url = env("TURSO_DATABASE_URL")
url = "file:./dev.db"
relationMode = "prisma"
}

Expand Down

0 comments on commit e7eb07d

Please # to comment.