Skip to content

Commit

Permalink
chore(dev): use flask run in development (#162)
Browse files Browse the repository at this point in the history
Get template reloading and debug panels

Signed-off-by: Mike Fiedler <[email protected]>
Co-authored-by: Dustin Ingram <[email protected]>
  • Loading branch information
miketheman and di authored Mar 28, 2024
1 parent d645a31 commit 9c088c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ tasks:
- init: |
pyenv install --skip-existing
pip install -r requirements.txt
- command: gunicorn --reload -b 0.0.0.0:8080 inspector.main:app
- command: flask --app inspector.main:app run --debug

ports:
- port: 8080
- port: 5000
onOpen: open-preview

0 comments on commit 9c088c3

Please sign in to comment.