Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 19, 2024
1 parent e95123e commit 9c7c77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ console.log(resolvedConfig) // { port: 3000, host: 'localhost' }, unless a confi
```

> [!TIP]
> If your process.cwd() includes a $name.config.ts or $name.config.js file, it will be loaded and merged with the defaults, with the config file values taking precedence.
> If your process.cwd() includes a `$name.config.{ts,js,mjs,cjs}` file, it will be loaded and merged with the defaults, with file config file values taking precedence.

## Testing
Expand Down

0 comments on commit 9c7c77e

Please sign in to comment.