mirror of
https://github.com/foxhui/WebAI2API.git
synced 2026-06-16 21:03:59 +08:00
feat: 配置文件机制修改,优化WebUI日志排列
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user