-
-
Save gruppjo/d6a023802fe8705ed4e2567746fc31ee to your computer and use it in GitHub Desktop.
[.env setup]: .env
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* V1.1 based on Jonathan's Gist */ | |
/* https://gist.github.com/gruppjo/d6a023802fe8705ed4e2567746fc31ee */ | |
/* - instead of NODE_PATH this setup now uses jsconfig.json for resolving modules absolutely */ | |
REACT_APP_API_BASE_URL= https://localhost:5000/ | |
SASS_PATH=node_modules:src/styles-imports/ | |
PRODUCTION=development |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment