Skip to content

Commit 5ef6cbb

Browse files
authored
refactor(mono): convert third-party and buckal-bundles init to script (#1876)
Signed-off-by: MYUU <1405758738@qq.com>
1 parent 346c0ad commit 5ef6cbb

5 files changed

Lines changed: 355 additions & 451 deletions

File tree

mono/src/server/http_server.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,6 @@ pub async fn start_http(ctx: AppContext, options: CommonHttpOptions) {
143143
}
144144
});
145145

146-
tokio::spawn(super::init_tasks::run_initialization_tasks(
147-
host.clone(),
148-
port,
149-
));
150-
151146
tokio::pin!(server_handle);
152147

153148
tokio::select! {

0 commit comments

Comments
 (0)