Build for production
-
Hi all,
I’m looking for a way to create a ‘build’ (’/dist’ folder) but with a different route to the API’s I’m using.
I use quasar in this way: ‘quasar dev’ for my local server, and ‘quasar build’ to upload to a testing server.
But now I need to upload my project to production and I can’t find the way.I read the api route either locally or test from an external file but I don’t want to have to be changing the routes, upload ‘/dist’ to production, and change the routes again to continue with the development.
Any ideas?
Greetings. -