Skip to main content

max / makenotwork

multithreaded: sync the livechat shared crate on deploy
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-26 13:17 UTC
Signed with PGP, not checked
Commit: 860f43ee4a368ff4dc76d7869f986b89998c379f
Parent: d60b54a
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"