Right now, local configs are included in js/utils/config.js, which gets minified in the deployed bundle and can't be practically edited. Need to think about how to exclude this from the bundle and still reference it everywhere it needs to be referenced in the minified bundle. Also needs to be excluded from git.
Right now, local configs are included in js/utils/config.js, which gets minified in the deployed bundle and can't be practically edited. Need to think about how to exclude this from the bundle and still reference it everywhere it needs to be referenced in the minified bundle. Also needs to be excluded from git.