diff --git a/src/modules/app.ts b/src/modules/app.ts index 18e19e8..5b55c8d 100644 --- a/src/modules/app.ts +++ b/src/modules/app.ts @@ -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 {