add tanstack start

This commit is contained in:
Aman Varshney
2025-04-06 18:07:40 +05:30
parent 702eb2ecb5
commit d943bf0d80
44 changed files with 1559 additions and 70 deletions

View File

@@ -20,7 +20,8 @@ export async function getExamplesChoice(
const hasWebFrontend =
frontends?.includes("react-router") ||
frontends?.includes("tanstack-router");
frontends?.includes("tanstack-router") ||
frontends?.includes("tanstack-start");
if (!hasWebFrontend) return [];