Skip to content

Commit

Permalink
Updated packages to their latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
seidelmartin committed Jan 13, 2025
1 parent d83478e commit c8f9b97
Show file tree
Hide file tree
Showing 7 changed files with 3,672 additions and 3,124 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ It consists of `KoaAdapter` which is basically just mapping between Nest server
`NestKoaMiddleware` and `NestKoaFunctionalMiddleware` are interfaces for writing middleware for Nest together with Koa.
`koaToNestMiddleware` is an utility function which can convert your old Koa middleware so it can be used in Nest.

## Installation

```
npm i nest-koa-adapter
```

## How to use

#### Create application
Expand Down
Loading

0 comments on commit c8f9b97

Please sign in to comment.