mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +00:00
Add --debug flag to dev command
This commit is contained in:
parent
e93f22276b
commit
29ddc2784d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue