#NestJS multi app monorepo different .env
5 messages · Page 1 of 1 (latest)
that approach looks good to me
what's your question?
How to make @nestjs/config read the correct .env file? when I execute 'npm run start:dev api-one', the nestjs/config search for the .env file on root of the monorepo, not in the root of 'api-one' (i'm using monorepo mode workspace as show in https://docs.nestjs.com/cli/monorepo)
Documentation | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).