N
Nuxt6mo ago
bnason

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
bnason
bnasonOP6mo ago
For instance, can I use useStorage in nuxt.config.ts? I'll have to try when I get I home

Did you find this page helpful?