ADD: changed to rect router

This commit is contained in:
hwinkel
2026-03-10 21:49:01 +01:00
parent 44e79e657f
commit 4bc57b2c4e
102 changed files with 5067 additions and 4824 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ async function main() {
console.log("Seeding database...");
// Create demo user
const passwordHash = await bcrypt.hash("demo123", 12);
const passwordHash = await bcrypt.hash("annas_password", 12);
const user = await prisma.user.upsert({
where: { email: "anna@example.de" },
update: {},