respect "env" from rxconfig (#1338)

This commit is contained in:
Masen Furer 2023-07-13 15:44:50 -07:00 committed by GitHub
parent c15839da40
commit 3a07e990be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."