Skip to content

[Docs]: Reload on change (web side) seems undocumented #974

@NetLancer

Description

@NetLancer

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?

  • I'm interested in working on this

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions