how should my scripts look like if I want to deploy to Heroku ? and make sure the app is running in production mode (build), so basically I push my current code to github and deploy that pushed code from Heroku the problem is my app is running in dev mode and it totally ignores building the app for some reason any idea how to fix this issue?
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
I also want my application to run in the EU region, but the mars/create-react-app
buildpack sets my app location to USA.