EliOfek
{ "name": "code-challenge-front", "version": "0.1.0", "private": true, "dependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", "@mui/icons-material": "^5.6.1", "@mui/material": "^5.6.1", "@mui/styled-engine-sc": "^5.6.1", "@testing-library...
"@mui/icons-material": "5.4.2", "@mui/material": "5.4.3", "@mui/styled-engine": "5.4.2", "@pathofdev/react-tag-input": "1.0.7", "@react-leaflet/core": "1.1.1", "@testing-library/jest-dom": "5.16.2", "@testing-library/react": "12.1.3", "@testing-library/user-event"...
+ +To define permanent environment variables, create a file called `.env` in the root of your project: + +``` +REACT_APP_SECRET_CODE=abcdef +``` + +`.env` files **should be** checked into source control (with the exclusion of `.env*.local`). + +What other `.env` fil...
The service is already there, the sensor was already installed but was not removed in a clean way. delete the services manually: sc delete AATPSensor sc delete AATPSensorUpdater And also delete the files from the deployment folder and try again....
+ +This shouldn’t affect you when developing on `localhost`, but if you develop remotely like [described here](https://github.com/facebookincubator/create-react-app/issues/2271), you will see this error in the browser after enabling the `proxy` option: + +>Invalid Host header + +To ...