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

@@ -1,4 +1,4 @@
import { RpcMessage, RpcPeer } from "@scrypted/rpc";
import { RpcMessage, RpcPeer } from "../../rpc";
import { PluginDebug } from "../plugin-debug";
import {Readable} from "stream";
@@ -26,3 +26,4 @@ export interface RuntimeWorker {
setupRpcPeer(peer: RpcPeer): void;
}