Skip to content

Commit 9c088c3

Browse files
mikethemandi
andauthored
chore(dev): use flask run in development (#162)
Get template reloading and debug panels Signed-off-by: Mike Fiedler <[email protected]> Co-authored-by: Dustin Ingram <[email protected]>
1 parent d645a31 commit 9c088c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitpod.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ tasks:
88
- init: |
99
pyenv install --skip-existing
1010
pip install -r requirements.txt
11-
- command: gunicorn --reload -b 0.0.0.0:8080 inspector.main:app
11+
- command: flask --app inspector.main:app run --debug
1212

1313
ports:
14-
- port: 8080
14+
- port: 5000
1515
onOpen: open-preview

0 commit comments

Comments
 (0)