Skip to content

Commit

Permalink
fix: update name internally to nuxi
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 25, 2023
1 parent d655b4e commit 42106c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { checkEngines } from './utils/engines'

export const main = defineCommand({
meta: {
name: 'nuxi-ng',
description: 'Nuxt CLI (experimental)',
name: 'nuxi',
description: 'Nuxt CLI',
},
subCommands: commands,
async setup(ctx) {
Expand Down

0 comments on commit 42106c6

Please sign in to comment.