Store: fix flask command for debug in real-time

This commit is contained in:
OniriCorpe 2024-03-11 15:58:43 +01:00 committed by OniriCorpe
parent c6613749f9
commit 7e2ab3912f

View file

@ -31,7 +31,7 @@ And then start the dev server:
```bash ```bash
source venv/bin/activate source venv/bin/activate
FLASK_APP=app.py FLASK_ENV=development flask run FLASK_APP=app.py FLASK_ENV=development flask --debug run
``` ```
## Translation ## Translation