Skip to content

Commit

Permalink
added dotenv npm package to get param from .env (#102)
Browse files Browse the repository at this point in the history
Co-authored-by: Azat Safin <[email protected]>
  • Loading branch information
azatsafin and Azat Safin committed Sep 16, 2020
1 parent 7e259c8 commit abae56b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kafka-ui-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit abae56b

Please sign in to comment.