英文: How to Modify MongoDB Object Located in an Array that is Nested in Another Array? 问题 以下是翻译的部分: 我...
I am trying to deploy my Nest JS app to a digitalocean droplet using Github Actions. The job I run keeps failing at the "git pull" command
英文: I am trying to deploy my Nest JS app to a digitalocean droplet using Github Actions. The job I r...
你需要安装哪个socket.io版本以使Server类的“of”方法在Typescript中工作?
英文: Which socket.io version do I have to install to make works the method "of" from Server...
File Upload not showing in swagger (Nest JS)
英文: File Upload not showing in swagger (Nest JS) 问题 我已经实现了一个文件上传功能,以及其他数据,想尝试在Swagger中使用API,但它没有显示文件...
如何在Swagger(NestJS,TypeScript)中描述具有计算属性的对象?
英文: How to discribe object with computed properties in swagger (nestjs, typescript)? 问题 { name: stri...
防止在Nest.js的public文件夹中执行文件
英文: Prevent files in the public folder to be executed in nest.js 问题 我想防止用户执行公共文件夹中的文件。在我的应用中,用户可以上传任...
Typescript Undefined and ? do not take effect in NestJS (like I haven’t used them)
英文: Typescript Undefined and ? do not take effect in NestJS (like i haven't use them) 问题 在我的嵌套项目...
NestJS .env variables undefined from AppModule
英文: NestJS .env variables undefined from AppModule 问题 以下是您提供的内容的中文翻译: 我设置了一个使用TypeORM和Postgres - Doc...
在初始化 NestJS 模块之前获取数据。
英文: Fetch data on nestjs module before initialating it 问题 以下是翻译好的部分: "so I'm trying to create a...
NestJS在守卫中将两个不同的操作视为相同。
英文: NestJS treats 2 different actions as the same in Guard 问题 @Injectable() export class JwtAuthGuar...
13