<aside> 💡 파일 변화 감지 모듈
</aside>
import chokidar from 'chokidar'; ... chokidar .watch(path.join(data.filePath, '..'), { ignoreInitial: true, }) .on('all', handleLaunchApp);
watch 옵션
watch.on 옵션