Skip to content

Commit abae56b

Browse files
azatsafinAzat Safin
andauthored
added dotenv npm package to get param from .env (#102)
Co-authored-by: Azat Safin <asafin@Azats-MacBook-Pro.local>
1 parent 7e259c8 commit abae56b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kafka-ui-react-app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
"node-sass": "^4.13.1",
9191
"prettier": "^2.0.4",
9292
"react-scripts": "3.4.0",
93-
"typescript": "~3.7.4"
93+
"typescript": "~3.7.4",
94+
"dotenv": "^8.2.0"
9495
},
9596
"proxy": "http://localhost:8080"
9697
}

0 commit comments

Comments
 (0)