housekeeping
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user