Skip to content

Commit

Permalink
feat: switch to prod mode by default (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseylin authored Jul 27, 2023
1 parent 63c365e commit ff33a35
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 ff33a35

Please sign in to comment.