make frontend optional

This commit is contained in:
Aman Varshney
2025-04-07 14:23:56 +05:30
parent 57fc325a5e
commit e8a777e1a6
5 changed files with 13 additions and 11 deletions

View File

@@ -22,6 +22,7 @@ export async function getFrontendChoice(
hint: "Create a React Native/Expo app",
},
],
required: false,
initialValues: DEFAULT_CONFIG.frontend.some(
(f) =>
f === "tanstack-router" ||