mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add solid
This commit is contained in:
@@ -37,6 +37,7 @@ export async function getExamplesChoice(
|
||||
"next",
|
||||
"nuxt",
|
||||
"svelte",
|
||||
"solid",
|
||||
].includes(f),
|
||||
) ?? false;
|
||||
const noFrontendSelected = !frontends || frontends.length === 0;
|
||||
@@ -52,7 +53,7 @@ export async function getExamplesChoice(
|
||||
},
|
||||
];
|
||||
|
||||
if (backend !== "elysia") {
|
||||
if (backend !== "elysia" && !frontends?.includes("solid")) {
|
||||
options.push({
|
||||
value: "ai" as const,
|
||||
label: "AI Chat",
|
||||
|
||||
Reference in New Issue
Block a user