mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add express, automated mongodb atlas setup, fix stack architech
This commit is contained in:
@@ -42,7 +42,7 @@ export async function getExamplesChoice(
|
||||
});
|
||||
}
|
||||
|
||||
if (backend === "hono") {
|
||||
if (backend === "hono" || backend === "express") {
|
||||
response = await multiselect<ProjectExamples>({
|
||||
message: "Include examples",
|
||||
options: [
|
||||
|
||||
Reference in New Issue
Block a user