chore: migrate to deno

This commit is contained in:
Julien Calixte
2026-02-08 20:52:44 +01:00
parent 6616c35ba4
commit ab1be0efb6
3 changed files with 161 additions and 82 deletions

View File

@@ -25,11 +25,3 @@ jetstream.on("error", (error) => {
console.log("launching jetstream");
jetstream.start();
// Keep the process alive and provide a health check
Bun.serve({
port: 3000,
routes: {
"/health": () => new Response("ok"),
}
});