We should make config.js available to the client-side code - this would involve moving config.js to the root of the repository, changing some file paths, and either importing config.js in client side files that need it, or passing it through the module.exports function.
We should make config.js available to the client-side code - this would involve moving config.js to the root of the repository, changing some file paths, and either importing config.js in client side files that need it, or passing it through the module.exports function.