- 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.
5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
NODE_ENV='development'
|
|
PORT=3000
|
|
API_URI='http://localhost:3001/graphql'
|
|
BUNDLE_ANALYZE=false
|