Implmeented some stuiff

This commit is contained in:
2025-10-24 18:10:58 +02:00
parent 0439ad00b3
commit 368f60d7b6
15 changed files with 407 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ import { CameraRunner } from './CameraRunner';
import { UnityRunner } from './Unity/UnityRunner';
import { UnityWebSocket } from './Unity/UnityWebSocket';
import { TwilioHandler } from './Twilio';
import { delay } from './Utils';
export class Main {
dataPath = join(homedir(), 'MorphixProductions', 'NTSHControl');
@@ -65,6 +66,8 @@ export class Main {
});
if (!succeed) return;
await delay(5000);
console.log('Starting UnityRunner...');
await this.UnityRunner.start();