Skip to content

Commit

Permalink
chore(debug.sh): add debug.sh script to run Flask app in debug mode (#54
Browse files Browse the repository at this point in the history
)

The debug.sh script is added to the repository. This script allows
running the Flask app in debug mode with the specified host (127.0.0.1).
This script can be used for local development and debugging purposes.
  • Loading branch information
mauvehed authored Nov 11, 2023
1 parent b8e71fa commit 09a8369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debug.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
flask --app app/main.py --debug run --host 127.0.0.1

0 comments on commit 09a8369

Please sign in to comment.