refactor: 重构部署功能

This commit is contained in:
2026-01-08 19:50:58 +08:00
parent a067d167e9
commit db2b2af0d3
13 changed files with 79 additions and 97 deletions

View File

@@ -27,6 +27,6 @@ async function initializeApp() {
// 启动应用
initializeApp().catch((error) => {
console.error('Failed to start application:', error);
log.error('APP', 'Failed to start application:', error);
process.exit(1);
});