mirror of
https://github.com/koush/scrypted.git
synced 2026-04-28 18:50:29 +01:00
restructure
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user