mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix: remove forced none webdeploy when convex
This commit is contained in:
@@ -114,7 +114,6 @@ export async function gatherConfig(
|
||||
result.auth = false;
|
||||
result.dbSetup = "none";
|
||||
result.examples = ["todo"];
|
||||
result.webDeploy = "none";
|
||||
}
|
||||
|
||||
if (result.backend === "none") {
|
||||
@@ -125,7 +124,6 @@ export async function gatherConfig(
|
||||
result.auth = false;
|
||||
result.dbSetup = "none";
|
||||
result.examples = [];
|
||||
result.webDeploy = "none";
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user