Will velite work with dynamically added content when running a production build?
Unanswered
Brown bear posted this in #help-forum
Brown bearOP
Hello! I've set up velite to look for changes in some folder. When running dev, it works just fine when I add content on the fly. But one I run
npm run build
, how can I add that content, and will I be able to do it on the fly? Will the changes be reflected in my application?