Initial commit

This commit is contained in:
2026-04-08 11:55:27 +01:00
commit 470a1c15b8
36 changed files with 4932 additions and 0 deletions

17
tsconfig.json Normal file
View File

@@ -0,0 +1,17 @@
{
"files": [],
"references": [
{
"path": "./packages/sync-protocol"
},
{
"path": "./packages/sync-engine"
},
{
"path": "./apps/sync-server"
},
{
"path": "./apps/obsidian-plugin"
}
]
}