upload-apollo-client/app/.env.example
Jayden Seric c789b3738b Updated dependencies and configs.
- Updated dependencies.
- Using a Next.js plugin for bundle analysis.
- Updated ESLint config.
- Removed npm from package engines.
- Using cross-fetch in place of isomorphic-unfetch.
2018-04-25 13:19:27 +10:00

5 lines
94 B
Plaintext

NODE_ENV='development'
PORT=3000
API_URI='http://localhost:3001/graphql'
BUNDLE_ANALYZE=false