重构 server/app.tsx - 仅保留应用初始化和服务启动逻辑
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
CompactMode,
|
||||
} from "../client/share/types.ts";
|
||||
|
||||
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