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