-
The CMS should be automatically built and deployed.
# Tasks
- [x] `Dockerfile` for Keystone.js
- [ ] SSH Deployment via `docker compose`
- this could also be accomplished via: https://github.c…
-
I'm getting back to my project after several months and I'm bogged down with a couple of issues from `nestjs-query-typegoose` and to be honest, I'm not sure it's just my incompetence or what.
At a…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
According to interface and docs decorator should accept `string | symbol | Array`. It works f…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
We have a NestJS application which uses `@nestjs/schedule`, version `2.1.0`. For deployment w…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Command "crun create-admin" not working
### Minimum reproduction code
CommandModule
```
i…
-
First of all,. just like to say thank you! I love nrwl nx and how well organized the code looks like when using nx! Also, it's awesome you folks are investing in React!
# Prerequisites
Please an…
-
# Bug
## Steps to reproduce
- fresh install the repository and follow the guide on readme (https://github.com/fivethree-team/nestjs-prisma-starter#prisma-setup)
- run e2e tests
## Expected beh…
-
Hello, upon running npm install @whitecloak/nestjs-passport-firebase
I get:
```
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: n…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
ConsoleLogger prints an object correctly. But an array of an object is printed as `[obj…
-
I use nestjs/javascript-starter but I don't know to to build dist for run in production ?
Thank you