mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-25 10:07:44 +00:00
fix(release): harden packaged engine startup
This commit is contained in:
@@ -91,7 +91,7 @@ pub async fn start_server(
|
||||
|
||||
let (port, listener) = bind_extension_listener().await?;
|
||||
|
||||
println!("Browser extension server bound to 127.0.0.1:{port}");
|
||||
log::info!("Browser extension server bound to 127.0.0.1:{port}");
|
||||
|
||||
axum::serve(listener, app)
|
||||
.with_graceful_shutdown(async move {
|
||||
|
||||
Reference in New Issue
Block a user