samholmes
`deno task dev` not working because `--watch` doesn't detect changes
I've run
deno task dev
on a new project from deno init
and so it should be running the task deno run --watch main.ts
. But when I change main.ts
the command does not re-run. The output remains statically:
What am I doing wrong? I'm using Deno 2.0.4, Warp as my terminal, and zsh as my shell. I'm on macOS 14.2.1. Is this a bug?6 replies