フォルダ分け
This commit is contained in:
parent
046351a8fa
commit
d20ac2c507
10 changed files with 21 additions and 21 deletions
|
@ -1,7 +1,7 @@
|
|||
import { initDb } from './db';
|
||||
import { initDb } from './services/db';
|
||||
|
||||
(async () => {
|
||||
await initDb();
|
||||
(await import('./worker')).default();
|
||||
(await import('./server')).default();
|
||||
(await import('./services/worker')).default();
|
||||
(await import('./server/server')).default();
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue