the-road-to-graphql / fullstack-apollo-express-postgresql-boilerplate

💥 A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
https://roadtoreact.com
MIT License
1.2k stars 261 forks source link

Add dotenv configuration #12

Closed isidroamv closed 6 years ago

isidroamv commented 6 years ago

This PR solves the issue #8, it seems like a compilation error. Babel is trying to resolve importing files before the dotenv resolution.

rwieruch commented 6 years ago

Perfect 💯 It seems I was always missing the /config part.