added temporary env variable using the command ($env:REACT_APP_NOT_SECRET_CODE = "abcdef") -and (npm start) based on https://create-react-app.dev/docs/adding-custom-environment-variables/ doc. According to doc, it is supposed to live only for that shell session. But when I restart the app again with just npm start - the variable still exists. How to remove this?