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
Unfortunately this is a long standing issue with Vite's SSR dev server. The best fix I have used to be the @vavite/node-loader package but it only works on Node 18.
You might want to try adding the experimental useViteRuntime: true option to your vavite config. It's supposed to solve this problem but I'm not 100% sure.
vavite serve
in thevscode Javascript Debug Terminal
will break to a different position im Code somewhere after the set breakpoint.Setup:
vite.config.ts:
The text was updated successfully, but these errors were encountered: