Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
get prompting() {
// The prompting phase is being overriden so that we can ask our own questions
return {
askForClient: prompts.askForClient,
askForClientTheme: mainPrompts.askForClientTheme,
askForClientThemeVariant: mainPrompts.askForClientThemeVariant,
setSharedConfigOptions() {
this.configOptions.clientFramework = this.clientFramework;
this.configOptions.clientTheme = this.clientTheme;
this.configOptions.clientThemeVariant = this.clientThemeVariant;
}
};
}