I have an app that loads images and icons from external URLs. During testing with Vitest, I needed a way to serve these static files so components could access them just like in production.

I have an app that loads images and icons from external URLs. During testing with Vitest, I needed a way to serve these static files so components could access them just like in production.