How to dynamically change API url during build to remove localhost part for production – Nginx
I am trying to run a build of a Vue app where the urls for each of my API routes will drop the localhost:3001 used for development after the build. The problem is the production app is using nginx with…