Skip to content
Snippets Groups Projects
Commit 8d76959e authored by Chocobozzz's avatar Chocobozzz Committed by Chocobozzz
Browse files

WIP plugins: working hook on server side

parent 18a6f04c
No related branches found
No related tags found
No related merge requests found
......@@ -267,6 +267,8 @@ async function startApplication () {
server.listen(port, hostname, () => {
logger.info('Server listening on %s:%d', hostname, port)
logger.info('Web server: %s', WEBSERVER.URL)
PluginManager.Instance.runHook('action:application.listening')
})
process.on('exit', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment