You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`${chalk.blue('hosting provider config [skip]')} You can configure hosting provider settings manually later. For more information see https://tutorialkit.dev/guides/deployment/#headers-configuration`,
31
+
);
32
+
return;
33
+
}
34
+
12
35
prompts.log.info(`${chalk.blue('Hosting Configuration')} Setting up configuration for ${provider}`);
13
36
14
37
constresolvedDest=path.resolve(dest);
@@ -43,9 +66,5 @@ export async function generateHostingConfig(dest: string, provider: string, flag
43
66
return`Added ${filepath}`;
44
67
},
45
68
});
46
-
}else{
47
-
prompts.log.message(
48
-
`${chalk.blue('hosting provider config [skip]')} You can configure hosting provider settings manually later. For more information see https://tutorialkit.dev/guides/deployment/#headers-configuration`,
0 commit comments