瀏覽代碼

respect "env" from rxconfig (#1338)

Masen Furer 1 年之前
父節點
當前提交
3a07e990be
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      reflex/reflex.py

+ 1 - 1
reflex/reflex.py

@@ -66,7 +66,7 @@ def init(
 @cli.command()
 def run(
     env: constants.Env = typer.Option(
-        constants.Env.DEV, help="The environment to run the app in."
+        get_config().env, help="The environment to run the app in."
     ),
     frontend: bool = typer.Option(
         False, "--frontend-only", help="Execute only frontend."