chatgpt-web-dev / chatgpt-web

A third-party ChatGPT Web UI page built with Express and Vue3, through the official OpenAI completion API. / 用 Express 和 Vue3 搭建的第三方 ChatGPT 前端页面, 基于 OpenAI 官方 completion API.
https://chatgpt-web.dev
MIT License
1.6k stars 440 forks source link

最新代码热更新失败 #424

Closed 193099 closed 5 months ago

193099 commented 6 months ago

最新代码拉下来后热更新不起作用,开启了vite.config.ts下的server的hmr后也不会热更新

BobDu commented 6 months ago

@193099 能提供一下具体哪些文件修改后无法触发 hmr 吗? 我测试了一些文件修改都是可以正常触发 hmr 的。 辛苦提供一下更具体的复现步骤。

BobDu commented 5 months ago

fixed in #470