We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2e8f1 commit 9ed546cCopy full SHA for 9ed546c
apps/web/src/app/(home)/_components/stack-builder.tsx
@@ -268,17 +268,6 @@ const analyzeStackCompatibility = (stack: StackState): CompatibilityResult => {
268
message: "Removed incompatible web frontends (Nuxt, Solid)",
269
});
270
}
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
- }
282
if (nextStack.nativeFrontend[0] === "none") {
283
} else {
284
0 commit comments