Update Next.js hint and simplify analytics code

This commit is contained in:
Aman Varshney
2025-05-29 09:23:07 +05:30
parent c3180b2e31
commit c5c3fa3a7b
3 changed files with 9 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ export async function getBackendFrameworkChoice(
{
value: "next" as const,
label: "Next.js",
hint: "Nextjs API routes",
hint: "separate api routes only backend",
},
{
value: "express" as const,