DB connection restored.

This commit is contained in:
AG
2025-12-07 20:56:35 +02:00
parent 34900aebdd
commit e893336d46
4 changed files with 38 additions and 1 deletions

View File

@@ -39,6 +39,8 @@ if (!dbUrl) {
}
console.log('Initializing Prisma Adapter with URL:', dbUrl);
// Use the options object as required by the library definitions
const adapter = new PrismaBetterSqlite3({ url: dbUrl });
const prisma =