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,7 +1,7 @@
import { RuntimeWorkerOptions as RuntimeWorkerOptions } from "./runtime-worker";
import child_process from 'child_process';
import path from 'path';
import { RpcMessage, RpcPeer } from "@scrypted/rpc";
import { RpcMessage, RpcPeer } from "../../rpc";
import { ChildProcessWorker } from "./child-process-worker";
import { getPluginNodePath } from "../plugin-npm-dependencies";