mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 22:13:31 -07:00
Put back reload flag
This commit is contained in:
parent
9e5549adc9
commit
288999dbc5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ then
|
|||
echo "Development"
|
||||
|
||||
# Start API
|
||||
uvicorn mealie.app:app --host 0.0.0.0 --port 9000
|
||||
uvicorn mealie.app:app --host 0.0.0.0 --port 9000 --reload
|
||||
else
|
||||
echo "Production"
|
||||
# Web Server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue