🔧 Use vercel config for app (#1412)

This commit is contained in:
Luke Vella 2024-10-24 20:02:14 +01:00 committed by GitHub
parent de8f4ae04d
commit 9bbd8e0790
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 7 deletions

View file

@ -1,6 +1,7 @@
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
directUrl = env("DIRECT_DATABASE_URL")
relationMode = "prisma"
}