-
Wrong NestJS logo when choosing a starter
![image](https://github.com/stackblitz/starters/assets/10191085/7e130c6d-f534-4a6b-bad2-d21f6647fa0e)
But in the existing projects it's all good
![im…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When using getProvider/getControllers with `metadataKey` parameter and there is no use of thi…
-
### **Description of Bug**
Provide a concise description of your bug and your project link (if applicable).
### **Steps to Reproduce**
Redirected from issue: https://github.com/stackblitz/sta…
-
Since nestjs should not use dom related apis, maybe it would be better to explicitly eliminate it?
```jsonc
{
...,
"lib": ["ESNext"]
}
```
Add this config to tsconfig.json file, when you us…
-
- VSCode Version: 1.18.1
- OS Version: Windows 10 FU
### Explain:
There are certain extensions that play well together, and it would be useful to be able to set a config file to enable and dis…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I implemented a custom console logger overwriting the printMessages() method. This work…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
ValidationPipe validates nullable Args set to null, resulting in a validation error for nulla…
nsams updated
12 months ago
-
I am trying to configure Stripe webhooks and it doesn't seem to work for me:
I configured the app:
```typescript
StripeModule.forRoot(StripeModule, {
apiKey: stripeSecretKey,
webhoo…
-
Actuellement, l'application utilise la variable `MODE` d'après les fichiers d'exemple `.env`.
La convention en Node.js est d'utiliser la variable `NODE_ENV`, déjà utiliser par des librairies comme …
-
I believe the order of imports in typescript is a big step toward clean code and it can be a part of eslint and prettier in nestjs starter by default. More info can be found here:
https://medium.co…