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 254a69c commit 1e11c21Copy full SHA for 1e11c21
src/init/features/dataconnect/sdk.ts
@@ -116,8 +116,7 @@ async function askQuestions(setup: Setup, config: Config): Promise<SDKInfo> {
116
if (unusedFrameworks.length > 0) {
117
const additionalFrameworks = await checkbox<(typeof SUPPORTED_FRAMEWORKS)[number]>({
118
message:
119
- "Which frameworks would you like to generate SDKs for? " +
120
- "Press Space to select features, then Enter to confirm your choices.",
+ "Which frameworks would you like to generate SDKs for in addition to the TypeScript SDK? Press Enter to skip.\n",
121
choices: SUPPORTED_FRAMEWORKS.map((frameworkStr) => ({
122
value: frameworkStr,
123
checked: newConnectorYaml?.generate?.javascriptSdk?.[frameworkStr],
0 commit comments