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