From e93e7a8861e4ccefb9f274e0d43a45838ab25837 Mon Sep 17 00:00:00 2001 From: Ross Kruger Date: Mon, 24 Nov 2025 11:57:58 +0000 Subject: [PATCH] . --- nice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nice.py b/nice.py index 0aa21dd..239bc26 100644 --- a/nice.py +++ b/nice.py @@ -702,7 +702,7 @@ def main_page(): def launch_app( work_dir: Path = typer.Option(WORK_DIR, help="Working directory"), nng: bool = typer.Option(True, help="Use nng"), - native_mode: bool = typer.Option(False, help="Use native mode"), + native_mode: bool = typer.Option(True, help="Use native mode"), debug: bool = typer.Option(False, help="Debug mode") ): global WORK_DIR, EXPORT_PATH, PROCESS_PATH, ANON_PATH, DEBUG