This commit is contained in:
cv
2022-11-22 22:02:45 +01:00
32 changed files with 1234 additions and 1184 deletions
+3
View File
@@ -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();