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:
parent
7e259c8528
commit
abae56b3d0
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@
|
|||
"node-sass": "^4.13.1",
|
||||
"prettier": "^2.0.4",
|
||||
"react-scripts": "3.4.0",
|
||||
"typescript": "~3.7.4"
|
||||
"typescript": "~3.7.4",
|
||||
"dotenv": "^8.2.0"
|
||||
},
|
||||
"proxy": "http://localhost:8080"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue