Skip to main content

max / goingson

deps: synckit moved to its own repo synckit-client was extracted from the MNW monorepo into ~/Code/synckit so the sync SDK versions independently. This repoints the path dependency; no code change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-24 21:31 UTC
Commit: f7131f5862535c9f139a3445328a1502631d496a
Parent: 0a72738
1 file changed, +1 insertion, -1 deletion
@@ -19,7 +19,7 @@ makeover.workspace = true
19 19 [dependencies]
20 20 goingson-core = { workspace = true }
21 21 goingson-db-sqlite = { workspace = true }
22 - synckit-client = { path = "../../../MNW/shared/synckit-client" }
22 + synckit-client = { path = "../../../synckit/synckit-client" }
23 23
24 24 # Tauri
25 25 tauri = { workspace = true, features = ["image-png"] }