parent
55083bb1b3
commit
2dd6c9f6b4
20 changed files with 832 additions and 110 deletions
src
|
@ -18,8 +18,11 @@ class App {
|
|||
}: any) {
|
||||
useGlobals();
|
||||
$db.sync().then(() => {
|
||||
$repos.userRoles.init();
|
||||
$repos.users.syncAdminUser();
|
||||
$repos.userRoles.init().then(() => {
|
||||
$repos.users.syncAdminUser().then(() => {
|
||||
console.log(' The database is ready');
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
this.app = app;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue