-
Hey, I'm trying to create a DTO with optional properties. Simple setup:
```ts
export const testSchema = z.object({
field: z.string().optional(),
another: z.string(),
});
export class Tes…
-
Hello,
I've just started using this library and have come across the following issue. Consider the following:
```TS
import { extendApi } from '@anatine/zod-openapi';
import { object, string, …
-
Hi,
Any plan to update the dependencies? Is it safe to install with force?
Getting:
npm ERR! nest-sftp@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or …
-
Had an issue to upgrade to NestJS 10
```
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: api@0.0.1
npm ERR! Found: @nestjs/common…
-
### Current Behavior
When running `nx serve nestjsapp,` webpack builds it in a production mode.
### Expected Behavior
It should be served with `--node-env=development`.
### GitHub Repo
_No respon…
-
From time to time people ask on our Discord community about it even tho this isn't exactly a nestjs issue. So I think that it would be good to have this mentioned somewhere in the docs site until we a…
-
### What is the feature you are proposing?
First I'm giving thank's to Hono team for creating this amazing framework. But now a days every modern framework has automatic doc generation feature. I lov…
-
# Nest
>https://nestjs.com
>https://docs.nestjs.cn/8/introduction
>Nest (NestJS) 是一个用于构建高效、可扩展的[Node.js](https://nodejs.org/)服务器端应用程序的框架
>使用 [TypeScript](http://www.typescriptlang.org/) 构建并完…
-
I have just run install & start
added DB and JWT variables from .env
I am getting this error from file : src/app/book/dto/buy-book.input.ts
`/home/ajit-stephen/projects/personal/learning/graphq…
-
.swcrc
```json
{
"jsc": {
"loose": true,
"target": "es2020",
"parser": {
"syntax": "typescript",
"decorators": true
},
"t…