重构 server/app.tsx - 仅保留应用初始化和服务启动逻辑
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Hono } from "hono";
|
||||
import debug from "debug";
|
||||
|
||||
import type { Variables, WithAuth } from "./app.tsx";
|
||||
import type { Variables, WithAuth } from "./middlewares.ts";
|
||||
|
||||
const log = {
|
||||
api: debug("api:sys"),
|
||||
|
||||
Reference in New Issue
Block a user