Skip to content

Commit 9ed546c

Browse files
fix convex forced frontend
1 parent 1c2e8f1 commit 9ed546c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

apps/web/src/app/(home)/_components/stack-builder.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -268,17 +268,6 @@ const analyzeStackCompatibility = (stack: StackState): CompatibilityResult => {
268268
message: "Removed incompatible web frontends (Nuxt, Solid)",
269269
});
270270
}
271-
if (
272-
nextStack.webFrontend.length === 0 ||
273-
nextStack.webFrontend[0] === "none"
274-
) {
275-
nextStack.webFrontend = ["tanstack-router"];
276-
changed = true;
277-
changes.push({
278-
category: "convex",
279-
message: "Web Frontend defaulted to TanStack Router",
280-
});
281-
}
282271
if (nextStack.nativeFrontend[0] === "none") {
283272
} else {
284273
}

0 commit comments

Comments
 (0)