max / makenotwork
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+1 insertion,
-1 deletion
| @@ -38,7 +38,7 @@ | |||
| 38 | 38 | # Sync shared dependencies (Cargo.toml references ../shared/ from ~/src/multithreaded/) | |
| 39 | 39 | local shared_dir | |
| 40 | 40 | shared_dir="$(cd ../shared && pwd)" | |
| 41 | - | for dep in docengine tagtree s3-storage; do | |
| 41 | + | for dep in docengine tagtree s3-storage livechat; do | |
| 42 | 42 | local dep_dir="$shared_dir/$dep" | |
| 43 | 43 | if [ -d "$dep_dir" ]; then | |
| 44 | 44 | echo "[rsync] Syncing shared dep: $dep" |