[ci] format
This commit is contained in:
parent
b7cd695884
commit
e2f7ef8b44
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ export const PROMPT_MESSAGES = {
|
|||
directory: 'Where would you like to create your app?',
|
||||
template: 'Which app template would you like to use?',
|
||||
install: (pkgManager) => `Would you like us to run "${pkgManager} install?"`,
|
||||
astroAdd: (astroAddCommand = 'npx astro@latest add --yes') => `Run "${astroAddCommand}?" This lets you optionally add component frameworks (ex. React), CSS frameworks (ex. Tailwind), and more.`,
|
||||
astroAdd: (astroAddCommand = 'npx astro@latest add --yes') =>
|
||||
`Run "${astroAddCommand}?" This lets you optionally add component frameworks (ex. React), CSS frameworks (ex. Tailwind), and more.`,
|
||||
};
|
||||
|
||||
export function setup(args = []) {
|
||||
|
|
Loading…
Reference in a new issue