Describe the bug
If you have a src/instrumentation.server.ts file along with the experimental flag it will run when you do vite dev. It should also run when you do vite preview
Reproduction
create new project, add experimental.instrumentation.server: true, add src/instrumentation.server.ts with a console.log or whatever, vite build && vite preview, observe that the module is not loaded
Logs
System Info
Severity
annoyance
Additional Information
No response