-
https://docs.nestjs.com/recipes/terminus
-
After upgrading version 9 to version 10, existing code is not working and the decorators are removed in new version 10.
A clear and concise description of what the bug is.
src/databases/redis.serv…
-
**Is your feature request related to a problem? Please describe.**
Yes, NestJS v8 is fully compatible but not in dependencies
**Describe the solution you'd like**
add ^8 to peerDeps
**Describe…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
The issue manifests when attempting to use the `transformSchema` and `publicDirectiveTr…
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
package.json
```json
{
"@nestjs/common": "^9.0.0",
"typeorm": "^0.3.17",
"nestjs-paginate": "^9.0.0",
}
```
customer.entity.ts
```typescript
@Entity()
export class Customer {
…
-
### Is there an existing issue that is already proposing this?
* [x] I have searched the existing issues
## I'm submitting a...
- [ ] Regression
- [ ] Bug report
- [ ] Feature request
…
-
Hi i am using this doc that use your package https://docs.nestjs.com/faq/serverless#example-integration
But when i send a call using sam i receive this error: `2024-08-06T20:21:19.852Z 7ad7a…
-
### What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
### What platform is your computer?
Linux 6.4.13-200.fc38.x86_64 x86_64 unknown
### What steps can reprod…
-
**Repro:**
- `git clone https://github.com/nestjs/typescript-starter.git project` ([From Nest docs frontpage](https://docs.nestjs.com/))
- `cd project`
- `deno task test` or `deno task --unstable…