英文: Ca not query record with createdAt column with timestamp type in typeorm 问题 ` 抽象导出类 GeneralEntit...
在Nest.js的Swagger规范中是否可以使用泛型类型?
英文: Is it possible to have generic type in swagger spec in nest js? 问题 I'm implementing a POST endpo...
Bull.js在NestJS中与webpack一起无法获取导出的函数。
英文: Bull.js is not getting the exported function in NestJS with webpack 问题 My NestJS application com...
在Nest.js中从另一个模式导入模式。
英文: import schema from another schema in nest.js 问题 common.schema.ts: import { AbstractDocument, Obj...
如何在mongoose中引用不在项目中的模型
英文: How to reference a model that's not in project using mongoose 问题 I am building a microservic...
Nest 实例在生产环境启动时抛出不完整的导入错误。
英文: Nest instance throw incomprehensive import errors on start in production 问题 我有一个使用 NODE_ENV=prod...
nestjs cron (@Cron) 装饰器的默认时区是什么?
英文: What is the default timezone for nestjs cron (@Cron) decorator 问题 @Cron装饰器是使用UTC时间执行的。 英文: I am ...
无法在 NestJs 响应中设置 cookie。
英文: Can't set cookie in response NestJs 问题 I Have a nestjs graphQL auth microservice and trying ...
检查 Node.js 应用程序中的出站 HTTP 请求
英文: Inspecting outgoing HTTP requests in a nodejs application 问题 我正在使用NestJS构建一个Web应用程序,从中调用外部API以检索...
Hello, I set up a hook on nestJS using MongooseModule, but I'm having trouble injecting third-party services
英文: Hello, I set up a hook on nestJS using MongooseModule, but I'm having trouble injecting thir...
13