You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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