test: migrate from bun to pnpm and vitest
This commit is contained in:
@@ -6,7 +6,7 @@ import { maybeUpdateLastConnectedAt } from "~/middleware/maybeUpdateLastConnecte
|
||||
|
||||
import type { QueueBody } from "./libs/tasks/queueTask";
|
||||
|
||||
const app = new Hono<Cloudflare.Env>();
|
||||
export const app = new Hono<Cloudflare.Env>();
|
||||
|
||||
app.use(maybeUpdateLastConnectedAt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user