ua-snap / mapvue

MIT License
2 stars 1 forks source link

Enforce proper use of env vars for building in dev/test/production #192

Open brucecrevensten opened 4 years ago

brucecrevensten commented 4 years ago

Right now we have hardcoded placeholders that are always needing to be modified. Pull these out and always get these vars from the environment. This will reduce some code churn.

brucecrevensten commented 4 years ago

This functionality got lost somewhere over the last ~5 years, and there's a supported solution now, but we need to update the toolchain.

Depends on #200.