perf: 优化监听进程

This commit is contained in:
2026-02-04 02:36:12 +08:00
parent 08696dedd8
commit 15db8515d6
8 changed files with 67 additions and 52 deletions

View File

@@ -14,5 +14,5 @@ export { CustomError } from './result/error.ts';
export * from './router-define.ts';
export { MockProcess } from './utils/listen-process.ts'
export { MockProcess, type ListenProcessParams, type ListenProcessResponse } from './utils/listen-process.ts'
// --- 以上同步更新至 browser.ts ---