I am probably missing something in the documentation and my knowledge of React is lacking but I trying to ensure that I can develop locally and deploy and follow best practices.
Currently, the “proxy” for the React APP is configured in the package.json. Everything works fine developing locally.
I am building and deploying the solution using Docker (deployed to AWS AppRunner). The docker build runs RUN npm install && npm run build. How do I change the configuration so the build does not still proxy to localhost?