chore(cli): clean

This commit is contained in:
Benjamin Canac
2024-04-04 11:22:49 +02:00
parent 39cd67a5e3
commit e360ab3084
3 changed files with 4 additions and 4 deletions

2
cli/index.mjs Normal file → Executable file
View File

@@ -3,7 +3,7 @@ import init from './commands/init.mjs'
const main = defineCommand({
meta: {
name: 'nuxtui',
name: 'nuxt-ui',
description: 'Nuxt UI CLI'
},
subCommands: {