A cross-platform command line utility to watch file system changes. install npm i @chokidar-napi/chokidar example chokidar 'src/**/*.{ts,tsx,json}' -c='pnpm run build' -d 1000