first commit

This commit is contained in:
Michal
2026-02-21 03:10:39 +00:00
commit d0aa0c5d63
174 changed files with 21169 additions and 0 deletions

10
tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"files": [],
"references": [
{ "path": "src/shared" },
{ "path": "src/db" },
{ "path": "src/cli" },
{ "path": "src/mcpd" },
{ "path": "src/local-proxy" }
]
}