mirror of
https://github.com/tale/headplane.git
synced 2026-08-07 21:03:13 +00:00
chore: push disabled local-agent code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user