Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagodelgado111/nestjs-exception-filter-lerna-issue-demo
https://github.com/thiagodelgado111/nestjs-exception-filter-lerna-issue-demo
Last synced: about 2 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/thiagodelgado111/nestjs-exception-filter-lerna-issue-demo
- Owner: thiagodelgado111
- Created: 2021-10-15T13:00:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T13:25:58.000Z (about 3 years ago)
- Last Synced: 2024-12-21T11:54:07.097Z (5 days ago)
- Language: TypeScript
- Size: 143 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nestjs Exception Filter issue with Lerna
----------This repo contains a simple lerna monorepo setup and a demo on how using a local dependency will make the exception filter not to be called by nestjs for exceptions that match the exception filter criteria.
## Installation
Please install the root dependencies first, then bootstrap and build the packages:
```shell
npm i
npx lerna bootstrap --include-dependencies
npx lerna run build
```## Usage
You can start running the nest app via:
```shell
npm start
```This should use lerna to run the app