kriasoft/graphql-starter-kit

How can i change NODE_PATH to /src

thanhpd56 opened this issue · 2 comments

I add NODE_PATH=src/ into .env but, there is no effect. How can i change node path folder?

The environment variables are currently bing set via docker-compose.yml

@koistya I try to add - NODE_PATH=src/ into environment of docker-compose.yml, but it does not work.

Error: Cannot find module 'routes/authenticated-router'.
Any suggestion?