refactor: migrate from MongoDB to Prisma for data management, removing mongoose models and updating services to use Prisma client
This commit is contained in:
@@ -18,4 +18,4 @@ export const defaultPreferences: UserPreferences = {
|
||||
compact: false,
|
||||
itemsPerPage: 20,
|
||||
},
|
||||
} as const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user