logs: add logs for jetstream

This commit is contained in:
Julien Calixte
2026-02-13 20:13:51 +01:00
parent de92a554ee
commit c44c2bac3f
3 changed files with 8 additions and 6 deletions

View File

@@ -36,4 +36,5 @@ app.use(async (ctx, next) => {
app.use(router.routes());
app.use(router.allowedMethods());
console.log("[server] listening on port 8080");
app.listen({ port: 8080 });