1.0.0
This commit is contained in:
parent
a0f6dabbdf
commit
f06fcc2056
17 changed files with 194 additions and 25 deletions
|
@ -2,5 +2,6 @@ import { initDb } from './db';
|
|||
|
||||
(async () => {
|
||||
await initDb();
|
||||
(await import('./worker')).default();
|
||||
(await import('./server')).default();
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue