Skip to content

Commit 6cca383

Browse files
committed
feat: support for old browsers with legacy-ui
1 parent 9f6c3d4 commit 6cca383

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/http-server/src/cli/command/start.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ pub struct StartOpt {
2323
/// Enable CORS with a permissive policy
2424
#[clap(long, default_value = "false")]
2525
pub cors: bool,
26+
/// Use widely supported File Explorer UI
27+
#[clap(long, default_value = "false")]
28+
pub legacy_ui: bool,
2629
}
2730

2831
impl From<&StartOpt> for Config {

0 commit comments

Comments
 (0)