Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev-Stambler committed Apr 18, 2023
1 parent e163821 commit a0c81dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pinch_ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ import <packageName> from '@pinch-ts/<package-name>'
# Using the different modules

## Sequencer
### Building and TSOA
When modifying the controller file, one has to **rebuild** Tsoa by running
```sh
yarn nx run sequencer:build:tsoa.
```

### Running the sequeuncer


To run the sequencer simply run
```
npx nx serve sequencer
Expand Down

0 comments on commit a0c81dd

Please sign in to comment.