added dotenv npm package to get param from .env (#102)

Co-authored-by: Azat Safin <asafin@Azats-MacBook-Pro.local>
This commit is contained in:
azatsafin 2020-09-16 12:05:18 +03:00 committed by GitHub
parent 7e259c8528
commit abae56b3d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,8 @@
"node-sass": "^4.13.1", "node-sass": "^4.13.1",
"prettier": "^2.0.4", "prettier": "^2.0.4",
"react-scripts": "3.4.0", "react-scripts": "3.4.0",
"typescript": "~3.7.4" "typescript": "~3.7.4",
"dotenv": "^8.2.0"
}, },
"proxy": "http://localhost:8080" "proxy": "http://localhost:8080"
} }