chore: push disabled local-agent code
This commit is contained in:
parent
de9a938da2
commit
325e9ba43d
11 changed files with 147 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue