-
### test repo
Here is the [test repo](https://github.com/morty6688/nest-pnpm-monorepo): a simple nestjs project.
Only need two commands to start:
```
pnpm install
nest start --watch
```
And the…
-
- [x] I've read [the docs of nestjs-pino](https://github.com/iamolegga/nestjs-pino/blob/master/README.md)
- [x] I've read [the docs of pino](https://getpino.io/#/) and [pino-http](https://git…
-
### Version
Vben Admin V5
### Description
1. 包`@vben/vite-config`: `library`配置中提供`preset`选项以接收一个字符串,或者`plugins`选项数组元素允许传入预置的字符串(类似于**unplugin import**)
2. 目录`apps`: 提供`nestjs + vite`项目模板,有简单的`jwt`…
-
I am currently working with a Nx workspace using the nestjs-trpc package and encountered an issue when trying to build my NestJS application with Webpack. The following error is triggered during the b…
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Potential Commit/PR that introduced the regression
https://github.com/jmcdo29/nest…
uvera updated
1 month ago
-
Add support for filtering guides by guide categories, cities, country
-
### 📜 Description
When the swagger explorer tries to check the controller of the nest integration and their metadata, it failes with the following error:
![image](https://github.com/user-attachments…
-
-
### Describe the bug
Within NestJS, when performing calls such as `StripeClient.invoices.create` or other operations with bad data, requests hang indefinitely and don't throw errors.
### To Reproduc…
-
Move from NextJS to Vite SPA + NestJS backend