From 13a952961a62e593ba88e0e93f6a599f44226517 Mon Sep 17 00:00:00 2001 From: Sam Lanning Date: Wed, 10 Apr 2019 21:23:11 -0700 Subject: [PATCH] Update index.ts --- src/main/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/index.ts b/src/main/index.ts index 2cc940b..c652e51 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -1,6 +1,8 @@ import { DEFAULT_SYNESTHESIA_PORT } from '@synesthesia-project/core/constants'; import { Server } from './server'; +import * as s2 from './server'; +import * as s3 from './server'; const dataDir = process.argv[2];