housekeeping

This commit is contained in:
2025-08-08 21:44:08 -04:00
parent eb064273ed
commit fb204e8869
4 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ import { Hono } from "hono";
import { serveStatic } from "hono/bun";
import api from "./api";
import { cors } from "hono/cors";
import { createBunWebSocket } from "hono/bun";
const app = new Hono();
app.use("*", async (c, next) => {