Hacker News new | ask | show | jobs
by debugnik 568 days ago
> Unfortunately it seems you either have to run "dune build watch", or you can build and run, but not both as there is some locking happening.

This is annoying, yes, but for some use cases you can use `dune exec --watch`, which builds and restarts the executable.