gajus / turbowatch

Extremely fast file change detector and task orchestrator for Node.js.
Other
938 stars 23 forks source link

Add watchexec backend #29

Open gajus opened 1 year ago

gajus commented 1 year ago

@passcod's watchexec (https://github.com/watchexec/watchexec) came up in a few conversations about additional backends.

We should evaluate whether it makes sense to add it as a custom backend that is a more efficient than the alternatives.

passcod commented 1 year ago

Consider using the notify crate directly for that kind of integration.