edge functions didn't make sense for database calls

This commit is contained in:
2023-10-08 21:38:09 -04:00
parent 23844c6843
commit 179ee92f6c
11 changed files with 203 additions and 239 deletions
+1 -1
View File
@@ -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")
}