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
fix: make sure users can change inspector port when running vite dev (#8786)
* [vite-plugin] fix: make sure users can change inspector port when running vite dev
currently when a user starts a dev server with `vite dev` the inspector
port that the Cloudflare plugin will use will always be the initial one,
even if the user sets a specific port in the plugin's options inside
the vite config file, the changes here make sure that such config updates
are instead actually reflected
* Update .changeset/cuddly-news-double.md
Co-authored-by: James Opstad <[email protected]>
---------
Co-authored-by: James Opstad <[email protected]>
0 commit comments