wip
This commit is contained in:
parent
2b71549feb
commit
66ced29c6d
28 changed files with 477 additions and 965 deletions
|
@ -4,5 +4,5 @@ import 'reflect-metadata';
|
|||
(async () => {
|
||||
await initDb();
|
||||
(await import('./services/worker')).default();
|
||||
(await import('./server/server')).default();
|
||||
(await import('./server')).default();
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue