Can we just export all config options as a setting?
Having to write a getter function is rather cumbersome. I understand what I need to send to the frontend and have already made sure its safe. I don't bundle express with the Vue application while using nuxt. I have a separate node instance running for that.
Some cool as well would be adding .client or -client for client only configs and .server or -server for only service side configs. For those that have their monolith app.