mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-31 09:46:26 +02:00
🔧 Use vercel config for app (#1412)
This commit is contained in:
parent
de8f4ae04d
commit
9bbd8e0790
6 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,7 @@
|
|||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
directUrl = env("DIRECT_DATABASE_URL")
|
||||
relationMode = "prisma"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue