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

@@ -18,9 +18,6 @@ export async function setupAddons(
const hasWebFrontend =
frontends.includes("react-router") || frontends.includes("tanstack-router");
// if (addons.includes("docker")) {
// await setupDocker(projectDir);
// }
if (addons.includes("pwa") && hasWebFrontend) {
await setupPwa(projectDir, frontends);
}