version bump and frontend fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user