Clean up app message handling a little

This commit is contained in:
hensm
2022-04-25 10:17:59 +01:00
parent 88190bf12f
commit 418fc55112
11 changed files with 91 additions and 53 deletions

View File

@@ -3,7 +3,6 @@
import { spawn } from "child_process";
import { Readable } from "stream";
import minimist from "minimist";
import WebSocket from "ws";
import { DecodeTransform, EncodeTransform } from "./transforms";