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. |
||
|---|---|---|
| .. | ||
| .pnpm-store/v11 | ||
| apps | ||
| docs | ||
| packages | ||
| .gitignore | ||
| ANALYTICS.md | ||
| CODE_MODE_ENGINES_PLAN.md | ||
| demo.gif | ||
| eslint.config.mts | ||
| LIVE_NOTE.md | ||
| MINI_APPS_PLAN.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||
| VIDEO_MODE.md | ||