Timer implemented. No working tests.

This commit is contained in:
AG
2025-12-10 23:07:31 +02:00
parent 3df4abba47
commit b86664816d
24 changed files with 806 additions and 116 deletions

5
server/prisma.config.ts Normal file
View File

@@ -0,0 +1,5 @@
export default {
datasource: {
url: process.env.DATABASE_URL || "file:./dev.db",
},
};