feat: 配置文件机制修改,优化WebUI日志排列

This commit is contained in:
foxhui
2025-12-23 03:14:02 +08:00
Unverified
parent ce72c5f9ec
commit d75c84f4c5
27 changed files with 275 additions and 426 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
import http from 'http';
// ==================== 启动前自检 ====================
import { runPreflight } from '../utils/preflight.js';
import { runPreflight } from './preflight.js';
runPreflight();
// ==================== 加载其他依赖 ====================
const { getBackend } = await import('../backend/index.js');