🚊 types.ts

This commit is contained in:
nirholas
2026-03-31 10:23:54 +00:00
parent 3c297de753
commit 0240e12019

View File

@@ -65,3 +65,4 @@ export const SYNC_KEYS = {
`projects/${projectId}/.claude/settings.local.json`,
projectMemory: (projectId: string) => `projects/${projectId}/CLAUDE.local.md`,
} as const