Thanks for calling this out. I'll look at this, but I'm dealing with a legacy app that does not use Coldbox. It has no tooling, no package.json, and is just .cfm files with script tags stacked on top of each other, so I'm trying to figure out how to add a tool like vite (or parcel) to help with package management and get a more modern development setup in place. What I wouldn't give for an example of adding Vite to an existing multi page app..