-
## Bug Description
### Context
I found out this issue locally running on macOS the command `npx nx run twenty-server:start`
I was trying to sync emails on a setup where the google env var were not de…
-
## Problem
- NestJS cannot resolve ModuleRef dependency after TerminusModule is added
- ./src/app.module.ts
```
import { Module } from '@nestjs/common';
import { TerminusModule } from …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
I'm using @nestjs/mong…
-
**Is your feature request related to a problem? Please describe.**
Currently, the template only supports Next.js, and there’s no documentation on integrating backend frameworks like NestJS or Expre…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
https://github.com/nestjs/serve-static/blob/master/package.json#L70
This pinned version is…
-
Reported on discord: https://discord.com/channels/684898665143206084/1281161740138319872/1281161740138319872
```sh
$ deno run -A main.js
error: Uncaught (in promise) ReferenceError: exports is no…
-
List of resources to add:
- [X] React
- [X] Vue
- [X] Next.js
- [X] Nuxt
- [X] TanStack Query
- [X] Drizzle ORM
- [X] Prisma
- [X] Svelte
- [X] Hono
- [ ] TailwindCSS
- [ ] NestJS
- [ ] Payload
- [ ]…
-
Hi Guys,
I am creating a docker image for a project that I am working on, and the docker file gets built correctly. However, when it goes to run, it spits out an error saying that it can't find the…
-
I found that I cannot add elements to a list using lpush when using this component in the Nestjs project.
我在nestjs项目中使用该组件时发现无法使用 lpush向列表中添加元素。
I implemented a message queue using a list in Nestjs
…