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
The ideal solution is to set headers via middleware, rather than altering a dev server config, so that we can solve it for developers both for development via npm run dev and for production, since that would work with any host they decide to use.
SvelteKit. Confirm using curl -I http://localhost:5173. Headers won't show in browser dev tools when npm run dev is run, for some reason. Or can do npm run build && npm run preview and they will appear in browser dev tools.
The ideal solution is to set headers via middleware, rather than altering a dev server config, so that we can solve it for developers both for development via
npm run dev
and for production, since that would work with any host they decide to use.curl -I http://localhost:5173
. Headers won't show in browser dev tools whennpm run dev
is run, for some reason. Or can donpm run build && npm run preview
and they will appear in browser dev tools.NuxtJS
Note in ui READMEs
The text was updated successfully, but these errors were encountered: