mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Add todo example and --configure to setup
This commit is contained in:
5
.changeset/wet-ghosts-add.md
Normal file
5
.changeset/wet-ghosts-add.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"create-better-t-stack": patch
|
||||
---
|
||||
|
||||
Add todo example and --configure to setup
|
||||
@@ -104,6 +104,7 @@ export async function gatherConfig(
|
||||
result.api = "none";
|
||||
result.auth = false;
|
||||
result.dbSetup = "none";
|
||||
result.examples = ["todo"];
|
||||
}
|
||||
|
||||
if (result.backend === "none") {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "convex dev",
|
||||
"setup": "convex dev --until-success"
|
||||
"setup": "convex dev --configure --until-success"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user