update web submodule

This commit is contained in:
Marvin
2026-04-20 03:44:24 +02:00
parent f9605abcf0
commit 0a1114e3ea
+2 -1
View File
@@ -3,10 +3,11 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl-openssl-3.0.x", "windows"]
}
datasource db {
provider = "sqlite"
provider = "postgresql"
url = env("DATABASE_URL")
}