Skip to content

Commit

Permalink
[docs]: update changelogs for [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
zgid123 committed Jun 12, 2024
1 parent 68a136f commit c32840b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ const config: IConfigProps = {
export default config;
```

### buildDir

- Type: `string | undefined`
- Default: `'dist'`
- Required: `false`

Build folder where stores the built files after running `tsc`, `tsup`, ... If `engine` of `monorepo` config is set, it will use `outDir` of the engine instead.

### monorepo

- Type: `IMonorepoOutputProps`
Expand Down
6 changes: 6 additions & 0 deletions docs/src/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@

## @grpc.ts/cli

### v1.2.3

- pass buildDir to exports of package.json

**Full Changelog**: https://github.com/zgid123/grpc-ts/compare/@grpc.ts/[email protected][email protected]/[email protected]

### v1.2.2

- append ts extension for entry of tsup
Expand Down

0 comments on commit c32840b

Please sign in to comment.