refactor: 重构部署功能
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user