restructure

This commit is contained in:
Koushik Dutta
2022-02-11 15:06:21 -08:00
parent ef2ce47939
commit a8b8aa03e0
42 changed files with 868 additions and 575 deletions

View File

@@ -3,7 +3,7 @@ import child_process from 'child_process';
import path from 'path';
import { EventEmitter } from "ws";
import { Writable, Readable } from 'stream';
import { RpcMessage, RpcPeer } from "@scrypted/rpc";
import { RpcMessage, RpcPeer } from "../../rpc";
import readline from 'readline';
import { ChildProcessWorker } from "./child-process-worker";