feat(server): people sync (#19854)

* chore: fix missing usage of deleteType for syncMemoriesV1

* chore: add src path for proper absolute imports in jetbrains

* feat: people sync
This commit is contained in:
Zack Pollard
2025-07-10 16:32:42 +01:00
committed by GitHub
parent feff1899ee
commit b19884d01e
21 changed files with 675 additions and 5 deletions

View File

@@ -17,6 +17,9 @@
"skipLibCheck": true,
"esModuleInterop": true,
"preserveWatchOutput": true,
"paths": {
"src/*": ["./src/*"],
},
"baseUrl": "./",
"jsx": "react",
"types": ["vitest/globals"],