mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 10:15:30 -04:00
edge functions didn't make sense for database calls
This commit is contained in:
@@ -4,7 +4,7 @@ generator client {
|
||||
|
||||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
url = env("POSTGRES_PRISMA_URL")
|
||||
directUrl = env("POSTGRES_URL_NON_POOLING")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user