mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 14:14:17 +00:00
inti relative mode
This commit is contained in:
@@ -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`);
|
||||
|
||||
Reference in New Issue
Block a user