删除咸鱼旧链路
This commit is contained in:
@@ -20,6 +20,7 @@ try {
|
||||
logError("[startup]", "运行时配置校验失败,服务停止启动", error);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
const app = createApp({
|
||||
startupState,
|
||||
isShutdownStarted: () => shutdownController?.isShutdownStarted() || false,
|
||||
@@ -27,7 +28,10 @@ const app = createApp({
|
||||
});
|
||||
|
||||
const server = app.listen(port, host, () => {
|
||||
logInfo("[startup]", `order-site-backend listening on http://${host}:${port}`);
|
||||
logInfo(
|
||||
"[startup]",
|
||||
`order-site-backend kuaishou-lite listening on http://${host}:${port}`
|
||||
);
|
||||
void bootstrapCoreServices(
|
||||
startupState,
|
||||
() => shutdownController?.isShutdownStarted() || false
|
||||
|
||||
Reference in New Issue
Block a user