mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-21 21:31:12 +02:00
The apps-dir watcher recursed into anything an installed app ships; ignore .git and node_modules segments like the workspace watcher does. (The skills watcher already bounds itself with depth: 1.) fs.watch failures (EMFILE/ENOSPC) escape chokidar's error handler as uncaught exceptions from Node watcher internals and killed the main process with the native error dialog. Catch them at the process level and log instead — watching is degradable; other uncaught exceptions keep the default dialog behavior. |
||
|---|---|---|
| .. | ||
| docs | ||
| scripts | ||
| src | ||
| .gitignore | ||
| package.json | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||