mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-04-18 03:00:22 -04:00
Using `fs.watch` uses `inotify`, which doesn't work with network file systems like EFS where other kernels could be responsible for changes to the file system. Instead, check every 10 seconds to see if there is a change. Ran this locally and it seemed to work fine.