mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 15:09:10 +00:00
Merge branch 'v2' of https://github.com/cpvalente/ontime into v2
This commit is contained in:
@@ -30,6 +30,9 @@ let isQuitting = false;
|
||||
|
||||
(async () => {
|
||||
try {
|
||||
const dbLoader = await import('./src/modules/loadDb.js');
|
||||
|
||||
await dbLoader.promise;
|
||||
const { startServer, startOSCServer } = await import(nodePath);
|
||||
// Start express server
|
||||
loaded = await startServer();
|
||||
|
||||
Reference in New Issue
Block a user