Summary and description
Strange enough, my installation (win 10 wsl) of Cedar does not trigger refresh on page file editing (actual changes), and i struggled a bit to find a solution, chatGPT helped. Perhaps i've missed something in docs/tutorials, but i just want to paste it here for (at least) my own reference:
...
export default defineConfig({
plugins: [cedar()],
server: {
host: true,
port: 8910,
watch: {
usePolling: true,
interval: 100,
},
},
})
should't that be a default behaviour in dev mode..?
Are you interested in working on this?
Summary and description
Strange enough, my installation (win 10 wsl) of Cedar does not trigger refresh on page file editing (actual changes), and i struggled a bit to find a solution, chatGPT helped. Perhaps i've missed something in docs/tutorials, but i just want to paste it here for (at least) my own reference:
should't that be a default behaviour in dev mode..?
Are you interested in working on this?