jkettmann/universal-react-relay-starter-kit

Use GraphQL port from env variable in server render

Closed this issue · 1 comments

GraphQL port is currently hard coded. A quick try to use dotenv was not successful. GRAPHQL_PORT was still undefined. Maybe we need to set it in server webpack config

Closed via #46