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

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
Add todo example and --configure to setup

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") {

View File

@@ -7,7 +7,7 @@
},
"scripts": {
"dev": "convex dev",
"setup": "convex dev --until-success"
"setup": "convex dev --configure --until-success"
},
"author": "",
"license": "ISC",