Ashleigh Simonelli
Ashleigh Simonelli
I was using sagas to change the location. First I was using the push method from connected react router within a saga. I tried absolutely everything to make my route...
I'm currently fighting tones of PHP services (and their developers) with my nestjs services which I'm using for a facebook chatbot to answer questions and a email service which emails...
Chip! https://getchip.uk will be launching their first nestjs micro service soon!
Chip is no longer using nestjs 😂😂😂😂 someone hire me!!!
@scriptsure because they want to sack me 😂😂😂 only been here 3 weeks. They want to hire more developers so if you get a job offer. Run...
you might want to check [next](https://github.com/nestjsx/nestjs-config/tree/next) out. This will allow you to do this sort of thing
You can still do it with the current version ```ts import { NestFactory } from '@nestjs/core'; import { AppModule } from './app.module'; import { ValidationPipe } from '@nestjs/common'; import {...
If anyone is interested, I started an experimental repo for these v2 features/implementation changes https://github.com/bashleigh/nestjs-config-v2-prototype
Hmmmm, this is not something that exists in the latest version, 1.4.7 or the next version ^2.0.0. Could you provide an example of how you're structuring your config object please?...
yea that's a good idea! However I'm not sure what would define the required valid keys? Another glob path perhaps? What do you think?