chore: improve local setup and change database type (#33)

This commit is contained in:
Mostapha El Sabah 2024-12-20 17:27:59 -05:00 committed by GitHub
parent d46478a90d
commit 3f9d4f94ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 72 additions and 40 deletions

View file

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