mirror of
https://github.com/koush/scrypted.git
synced 2026-04-26 01:40:22 +01:00
server: fix wacky import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import v8 from 'v8';
|
||||
import worker_threads from "worker_threads";
|
||||
import { EventEmitter } from "ws";
|
||||
import { EventEmitter } from "events";
|
||||
import { RpcMessage, RpcPeer } from "../../rpc";
|
||||
import { RuntimeWorker, RuntimeWorkerOptions } from "./runtime-worker";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user