webfansplz / vite-plugin-vue-inspector

jump to editor source code while click the element of browser automatically.
MIT License
683 stars 70 forks source link

挂了代理后,mac:net::ERR_ABORTED 502 (Bad Gateway) #65

Closed YaroED closed 1 year ago

YaroED commented 1 year ago

Overlay.vue:208 GET http://0.0.0.0:83/__open-in-editor?file=src/components/CardTitle/index.vue:2:3 net::ERR_ABORTED 502 (Bad Gateway)

YaroED commented 1 year ago

vite.config.ts配置server,且挂了代理后 server: { host: '0.0.0.0', }