Add todo example and --configure to setup

This commit is contained in:
Aman Varshney
2025-05-25 01:24:35 +05:30
parent 017e30a2fb
commit cb0c98d5f6
3 changed files with 7 additions and 1 deletions

View File

@@ -104,6 +104,7 @@ export async function gatherConfig(
result.api = "none";
result.auth = false;
result.dbSetup = "none";
result.examples = ["todo"];
}
if (result.backend === "none") {