Chore: set up cloudflare #67

Closed
BenjaminPalko wants to merge 13 commits from cloudflare into staging
Showing only changes of commit c685ad04ae - Show all commits

View file

@ -11,8 +11,9 @@ generator pothos {
} }
datasource db { datasource db {
provider = "postgresql" provider = "postgresql"
url = env("DATABASE_URL") url = env("DATABASE_URL")
directUrl = env("DIRECT_URL")
} }
model User { model User {