Open endquote opened 5 days ago
Seems that listhen does not emit upgrade
event inside the dev container, therefore web socket is not able to broadcast events.
One solution is to drop listhen and directly use ws
server here https://github.com/nuxt/content/blob/34f8d071d7979d0f8b5384503f588e8dcb78b48f/src/utils.ts#L126
Environment
Build Modules: -
Reproduction
pnpm i; pnpm run dev
localhost:3000
content/index.md
, content changes in browserpages/[...slug].vue
, content changes in browserpnpm run dev
localhost:3000
content/index.md
, content does not change in browserpages/[...slug].vue
, content does change in browserDescribe the bug
In a vscode devcontainer, changes to markdown files do not trigger hot reload. But changes to .vue files do.
Additional context
No response
Logs