nestjsx / nestjs-config

Config module for nestjs using dotenv :key:
MIT License
699 stars 44 forks source link

Cannot use package Config with Microservice when split a service #650

Open ltwang03 opened 1 year ago

ltwang03 commented 1 year ago

Error Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.

I HAVE A PROPLEM I split the project into services (microservices) but I can't use package Config

main.ts Screenshot 2023-07-01 at 17 11 01

bootstrap();