feat: 내구성 있는 read model 변화 저널 기반을 추가

This commit is contained in:
2026-08-16 18:01:22 +00:00
parent aa51f1b7d9
commit 86733b99b7
16 changed files with 653 additions and 4 deletions
+1 -1
View File
@@ -5,5 +5,5 @@
"composite": true
},
"include": ["src", "test", "*.ts"],
"references": [{ "path": "../logic" }]
"references": [{ "path": "../common" }, { "path": "../logic" }]
}