Skip to content

Commit

Permalink
docs(config): capitalize text (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
iiio2 authored Jan 12, 2025
1 parent 7281809 commit 5d52959
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/3.config/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,33 +474,33 @@ Output directories for production bundle.

- Default: `true` for development and `false` for production.

**⚠️ Caution! This is an advanced configuration. things can go wrong if misconfigured.**
**⚠️ Caution! This is an advanced configuration. Things can go wrong if misconfigured.**

### `typescript`

Default: `{ generateTsConfig: true }`

### `nodeModulesDirs`

**⚠️ Caution! This is an advanced configuration. things can go wrong if misconfigured.**
**⚠️ Caution! This is an advanced configuration. Things can go wrong if misconfigured.**

Additional `node_modules` to search when resolving a module. By default user directory is added.

### `hooks`

**⚠️ Caution! This is an advanced configuration. things can go wrong if misconfigured.**
**⚠️ Caution! This is an advanced configuration. Things can go wrong if misconfigured.**

nitro hooks. See [unjs/hookable](https://github.com/unjs/hookable) for more information.

### `commands`

**⚠️ Caution! This is an advanced configuration. things can go wrong if misconfigured.**
**⚠️ Caution! This is an advanced configuration. Things can go wrong if misconfigured.**

Preview and deploy command hints are usually filled by deployment presets.

### `devErrorHandler`

**⚠️ Caution! This is an advanced configuration. things can go wrong if misconfigured.**
**⚠️ Caution! This is an advanced configuration. Things can go wrong if misconfigured.**

A custom error handler function for development errors.

Expand Down

0 comments on commit 5d52959

Please sign in to comment.