Add --debug flag to dev command

This commit is contained in:
Piero Toffanin 2023-07-10 21:35:54 +02:00 committed by GitHub
parent e93f22276b
commit 29ddc2784d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ cd LibreTranslate
Run in development:
```bash
hatch run dev
hatch run dev --debug
```
Then open a web browser to <http://localhost:5000>