Skip to content

Commit

Permalink
feat: switch to prod mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseylin committed Jul 27, 2023
1 parent cdad552 commit 359a035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ def main() -> None:
parser.add_argument(
"--mode",
choices=["base", "dev", "prod"],
default="base",
help="specify the mode: base, dev, or prod (default: base)",
default="prod",
help="specify the mode: base, dev, or prod (default: prod)",
)
parser.add_argument(
"--env",
Expand Down

0 comments on commit 359a035

Please sign in to comment.