Minimal reproduction for: static routes ignore registration prefix
npm install && npm run reproWhen registering a plugin with { prefix: '/myapp' }, opts.prefix should be used by @fastify/vite for static asset routes.
opts.prefix is available but @fastify/vite hardcodes the static prefix from vite.base instead.