mirror of
https://github.com/koush/scrypted.git
synced 2026-03-09 04:02:18 +00:00
7 lines
213 B
TypeScript
7 lines
213 B
TypeScript
import { startPluginRemote, startSharedPluginRemote } from "./plugin/plugin-remote-worker";
|
|
|
|
if (process.argv[3] !== '@scrypted/shared')
|
|
startPluginRemote(process.argv[3]);
|
|
else
|
|
startSharedPluginRemote();
|