
import chokidar from 'chokidar'; // One-liner for current directory chokidar.watch('.').on('all', (event, path) => { console.log(event, path); }); // Extended options // ---------------- // Initialize watcher. const watcher = chokidar.watch('file, dir, or array', { ignored: (path, stats) => stats?.isFile() && !path.endsWith('.js'), // only watch js files persistent: true, }); // Something to use w
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く