Dynamic config
Is there any official way to update config values during runtime? For some values, I don't want to have to restart or rebuild the app. I know I could use a DB or something but I am wondering if there is anything already built in. Perhaps using nitro storage?
1 Reply
For instance, can I use useStorage in nuxt.config.ts? I'll have to try when I get I home