chore: improve local setup and change database type

This commit is contained in:
Mostapha El Sabah 2024-12-20 16:47:28 -05:00
parent 8969e2b8aa
commit 9664de0e16
6 changed files with 22 additions and 5 deletions

View file

@ -10,7 +10,7 @@ generator pothos {
}
datasource db {
provider = "sqlite"
provider = "postgresql"
url = env("DATABASE_URL")
}