Add CLI instance proxy and route UI traffic through it

This commit is contained in:
Shantur Rathore
2025-11-19 02:03:15 +00:00
parent defa637dbc
commit 146eae5220
15 changed files with 592 additions and 84 deletions

View File

@@ -19,6 +19,7 @@
"typecheck": "npm run typecheck --workspace @codenomad/ui && npm run typecheck --workspace @codenomad/electron-app"
},
"dependencies": {
"7zip-bin": "^5.2.0"
"7zip-bin": "^5.2.0",
"google-auth-library": "^10.5.0"
}
}