mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix convex forced frontend
This commit is contained in:
@@ -268,17 +268,6 @@ const analyzeStackCompatibility = (stack: StackState): CompatibilityResult => {
|
|||||||
message: "Removed incompatible web frontends (Nuxt, Solid)",
|
message: "Removed incompatible web frontends (Nuxt, Solid)",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (
|
|
||||||
nextStack.webFrontend.length === 0 ||
|
|
||||||
nextStack.webFrontend[0] === "none"
|
|
||||||
) {
|
|
||||||
nextStack.webFrontend = ["tanstack-router"];
|
|
||||||
changed = true;
|
|
||||||
changes.push({
|
|
||||||
category: "convex",
|
|
||||||
message: "Web Frontend defaulted to TanStack Router",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
if (nextStack.nativeFrontend[0] === "none") {
|
if (nextStack.nativeFrontend[0] === "none") {
|
||||||
} else {
|
} else {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user