0
0
Fork 0
This commit is contained in:
Xeltica 2020-08-04 16:43:13 +09:00
parent a0f6dabbdf
commit f06fcc2056
17 changed files with 194 additions and 25 deletions

View file

@ -2,5 +2,6 @@ import { initDb } from './db';
(async () => {
await initDb();
(await import('./worker')).default();
(await import('./server')).default();
})();