mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Update Next.js hint and simplify analytics code
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user