implement auth add or remove logic

This commit is contained in:
Aman Varshney
2025-02-28 19:03:38 +05:30
parent e1eb09429a
commit 6600d1f042
9 changed files with 947 additions and 6 deletions

View File

@@ -17,6 +17,11 @@ export async function getORMChoice(
label: "Drizzle",
hint: "Type-safe, lightweight ORM (recommended)",
},
{
value: "prisma",
label: "Prisma",
hint: "Powerful, feature-rich ORM with schema migrations",
},
],
initialValue: "drizzle",
});