main
Some checks failed
Backend Deploy 🚀 / build-and-deploy (push) Failing after 49s

This commit is contained in:
2026-03-23 00:00:03 +03:00
parent b44eb515c6
commit a65377bf4e
4 changed files with 95 additions and 54 deletions

View File

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