*Change core.appServerStarted to core.appServer.started
This commit is contained in:
parent
053eca0cf4
commit
38d6198628
|
@ -20,7 +20,7 @@ export async function start() {
|
|||
|
||||
await app.listen({ port: config.uint("core.appport"), host: "0.0.0.0" });
|
||||
|
||||
getPluginAPI().emit("core.appServerStarted");
|
||||
getPluginAPI().emit("core.appServer.started");
|
||||
}
|
||||
|
||||
export function get(): FastifyInstance {
|
||||
|
|
Loading…
Reference in New Issue