ディレクトリ再編
This commit is contained in:
parent
cb924ff92b
commit
85d471efbb
45 changed files with 204 additions and 41 deletions
|
@ -1,7 +1,7 @@
|
|||
import { initDb } from '../services/db';
|
||||
import { initDb } from '../backend/services/db';
|
||||
import 'reflect-metadata';
|
||||
|
||||
(async () => {
|
||||
await initDb();
|
||||
(await import('./calculate-all-rating.worker')).default();
|
||||
})();
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue