barrettj12 / chords

A web app for viewing my chord collection.
https://chords.fly.dev
GNU Affero General Public License v3.0
0 stars 0 forks source link

Find a way to set API URL for local development #26

Open barrettj12 opened 1 year ago

barrettj12 commented 1 year ago

https://www.freecodecamp.org/news/environment-settings-in-javascript-apps-c5f9744282b6/

We want to be able to point the local frontend towards either a local server, or the production one - which rules out relative URLs.