This website requires JavaScript.
Explore
Help
Sign In
terribleplan
/
next.js
Watch
1
Star
0
Fork
You've already forked next.js
0
mirror of
https://github.com/terribleplan/next.js.git
synced
2024-01-19 02:48:18 +00:00
Code
Issues
Releases
Wiki
Activity
fbd933bd22
next.js
/
examples
/
with-universal-configuration-runtime
/
lib
/
env.js
2 lines
78 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Lint examples (#4985) * Lint examples/with-apollo-and-redux-saga * Lint examples/with-apollo-auth * Lint examples/with-apollo * Lint exampels/with-google-analytics * Lint examples/with-higher-order-component * Lint examples/with-react-i18next * Lint exampels/with-redux * Lint exampels/with-relay-modern * Lint examples/with-universal-configuration-runtime * Add **/examples/**/lib/** to linter
2018-08-20 06:31:24 +00:00
export
default
(
typeof
window
!==
'undefined'
?
window
.
_
_ENV
_
_
:
process
.
env
)
Reference in a new issue
Copy permalink