mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
Apps store user settings in data/config.json (e.g. pr-dashboard's tracked repo) and rely on their bundled agents to turn config into data. Without this, changing a setting meant staring at an empty app until the next cron tick. The apps-server watcher now debounces config.json writes and fires a one-shot manual run of the app's owned tasks (app--<slug>--*). Generic for any app; dynamic import keeps the server decoupled from the bg-task runner at load time. |
||
|---|---|---|
| .. | ||
| .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 | ||