https://github.com/thiagodelgado111/nestjs-exception-filter-lerna-issue-demo
https://github.com/thiagodelgado111/nestjs-exception-filter-lerna-issue-demo
Last synced: 3 months 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T13:25:58.000Z (over 3 years ago)
- Last Synced: 2025-03-27T06:35:28.978Z (4 months ago)
- Language: TypeScript
- Size: 143 KB
- Stars: 1
- Watchers: 1
- 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