refactor: migrate from MongoDB to Prisma for data management, removing mongoose models and updating services to use Prisma client

This commit is contained in:
Julien Froidefond
2025-10-16 22:22:20 +02:00
parent 677e2ae884
commit 3cd58f63e6
21 changed files with 636 additions and 576 deletions

View File

@@ -18,4 +18,4 @@ export const defaultPreferences: UserPreferences = {
compact: false,
itemsPerPage: 20,
},
} as const;
};