version bump and frontend fixes

This commit is contained in:
peter
2020-04-02 09:51:46 +02:00
parent 1cd453b382
commit c888bf4514
49 changed files with 670 additions and 669 deletions
+1 -3
View File
@@ -19,7 +19,6 @@ import { RPCConfigLoader } from '../Components/RPCConfigLoader';
import { FrontworkComponent } from '../Types/FrontworkComponent';
import { IAdmin } from './Interface';
import { Injector } from '../Injector/Injector';
import { Shoutbox } from '../Components/Shoutbox/Shoutbox';
import { PubSub } from '../Components/PubSub/PubSub';
getLogger().level = 'debug'
@@ -32,7 +31,6 @@ getLogger().level = 'debug'
RaidManager,
CharacterManager,
UserManager,
Shoutbox,
PubSub
]
})
@@ -145,7 +143,7 @@ export class FrontworkAdmin
try {
const req = require(distFolder + "/server.js")
await req.attachExpress(this.express)
await req.attachExpress(this.express, './dist', getLogger('angularSSR#'))
getLogger('Admin#startWebserver').info('Frontend from ' + ngExpressServer + " loaded")
} catch (e) {
getLogger('Admin#startWebserver').error(e)