inti relative mode

This commit is contained in:
arc-alex
2025-02-25 22:25:38 +01:00
parent 0a6542df76
commit 140a3310cb
21 changed files with 248 additions and 21 deletions
+3
View File
@@ -170,6 +170,8 @@ export const startServer = async (
socket.init(expressServer, showWelcome, prefix);
const offsetMode = getDataProvider().getOffsetMode();
/**
* Module initialises the services and provides initial payload for the store
*/
@@ -210,6 +212,7 @@ export const startServer = async (
// TODO: pass event store to rundownservice
runtimeService.init(maybeRestorePoint);
runtimeService.setOffsetMode(offsetMode);
const nif = getNetworkInterfaces();
consoleSuccess(`Local: http://localhost:${resultPort}${prefix}/editor`);