chore: push disabled local-agent code

This commit is contained in:
Aarnav Tale
2025-01-18 07:37:03 +00:00
parent de9a938da2
commit 325e9ba43d
11 changed files with 147 additions and 11 deletions
+3
View File
@@ -3,6 +3,9 @@ import log from '~server/log'
const server = new WebSocketServer({ noServer: true });
export function initWebsocket() {
// TODO: Finish this and make public
return;
const key = process.env.LOCAL_AGENT_AUTHKEY;
if (!key) {
return;