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:
@@ -132,7 +132,8 @@ const StackArchitect = ({
|
||||
const hasWebFrontend =
|
||||
stack.frontend.includes("tanstack-router") ||
|
||||
stack.frontend.includes("react-router") ||
|
||||
stack.frontend.includes("tanstack-start");
|
||||
stack.frontend.includes("tanstack-start") ||
|
||||
stack.frontend.includes("next");
|
||||
|
||||
notes.frontend = [];
|
||||
|
||||
@@ -281,6 +282,7 @@ const StackArchitect = ({
|
||||
"tanstack-router",
|
||||
"react-router",
|
||||
"tanstack-start",
|
||||
"next",
|
||||
];
|
||||
|
||||
if (techId === "none") {
|
||||
|
||||
Reference in New Issue
Block a user