launch cli listeners on all interfaces

This commit is contained in:
Shantur Rathore
2025-12-03 00:16:02 +00:00
parent 168b782006
commit d7b5f53d59
2 changed files with 2 additions and 2 deletions

View File

@@ -484,7 +484,7 @@ impl CliEntry {
let mut args = vec![
"serve".to_string(),
"--host".to_string(),
"127.0.0.1".to_string(),
"0.0.0.0".to_string(),
"--port".to_string(),
"0".to_string(),
];