0
0
Fork 0
This commit is contained in:
Xeltica 2021-01-07 01:29:52 +09:00
parent f08d1324d0
commit 6a18812e9d
16 changed files with 175 additions and 34 deletions

View file

@ -0,0 +1,7 @@
import { initDb } from '../services/db';
import 'reflect-metadata';
(async () => {
await initDb();
(await import('./calculate-all-rating.worker')).default();
})();