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];