add nextjs frontend and backend

This commit is contained in:
Aman Varshney
2025-04-12 21:19:06 +05:30
parent cff1a8202b
commit 33158a2ddf
48 changed files with 1213 additions and 198 deletions

View File

@@ -90,6 +90,7 @@ async function main() {
"tanstack-router",
"react-router",
"tanstack-start",
"next",
"native",
"none",
],
@@ -128,7 +129,7 @@ async function main() {
.option("backend", {
type: "string",
describe: "Backend framework",
choices: ["hono", "express", "elysia"],
choices: ["hono", "express", "next", "elysia"],
})
.option("runtime", {
type: "string",