Skip to content

Commit

Permalink
docs: remove invalid command alias
Browse files Browse the repository at this point in the history
  • Loading branch information
awdr74100 committed Jan 15, 2024
1 parent 49d4ae6 commit 9614371
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/3.api/4.commands/cleanup.md
Expand Up @@ -9,7 +9,7 @@ links:
---

```bash [Terminal]
npx nuxi clean|cleanup [rootDir]
npx nuxi cleanup [rootDir]
```

The `cleanup` command removes common generated Nuxt files and caches, including:
Expand Down
2 changes: 1 addition & 1 deletion docs/3.api/4.commands/init.md
Expand Up @@ -9,7 +9,7 @@ links:
---

```bash [Terminal]
npx nuxi init|create [--verbose|-v] [--template,-t] [dir]
npx nuxi init [--verbose|-v] [--template,-t] [dir]
```

The `init` command initializes a fresh Nuxt project using [unjs/giget](https://github.com/unjs/giget).
Expand Down
2 changes: 1 addition & 1 deletion docs/3.api/4.commands/preview.md
Expand Up @@ -9,7 +9,7 @@ links:
---

```bash [Terminal]
npx nuxi preview [rootDir] [--dotenv]
npx nuxi preview|start [rootDir] [--dotenv]
```

The `preview` command starts a server to preview your Nuxt application after running the `build` command. The `start` command is an alias for `preview`. When running your application in production refer to the [Deployment section](/docs/getting-started/deployment).
Expand Down

0 comments on commit 9614371

Please sign in to comment.