fix(nuxi): typo in init message (#4685)

This commit is contained in:
Ben Sheedy 2022-04-29 09:53:58 +01:00 committed by GitHub
parent 59a8d43a8f
commit cb42d3e6ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ export default defineNuxtCommand({
'',
`📁 \`cd ${rpath(dstDir)}\``,
'💿 Install dependencies with `npm install` or `yarn install` or `pnpm install --shamefully-hoist`',
'🚀 Start development server with `npm run dev` or `yarn dev` or `pnpm run dev',
'🚀 Start development server with `npm run dev` or `yarn dev` or `pnpm run dev`',
''
].join('\n\n '))
}