mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 13:44:12 +00:00
V2 fix socket (#296)
* refactor: rename timer endpoint * refactor: typescript * refactor: rename eventData and viewSettings * refactor: message manager uses event store
This commit is contained in:
@@ -3,10 +3,7 @@ import { startDb, startIntegrations, startOSCServer, startServer } from './app.j
|
||||
async function startOntime() {
|
||||
try {
|
||||
await startDb();
|
||||
|
||||
const loaded = await startServer();
|
||||
console.log(loaded);
|
||||
|
||||
await startServer();
|
||||
await startOSCServer();
|
||||
await startIntegrations();
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user