diff --git a/electron/services/xcOpenCodeWebService.ts b/electron/services/xcOpenCodeWebService.ts index b3ad637..9fb3055 100644 --- a/electron/services/xcOpenCodeWebService.ts +++ b/electron/services/xcOpenCodeWebService.ts @@ -3,7 +3,7 @@ import { app } from 'electron'; import path from 'path'; import log from 'electron-log'; -const XCOPENCODEWEB_PORT = 3002; +const XCOPENCODEWEB_PORT = 9999; const HEALTH_CHECK_INTERVAL = 10000; const HEALTH_CHECK_TIMEOUT = 2000;