mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -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"
|
echo "Development"
|
||||||
|
|
||||||
# Start API
|
# 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
|
else
|
||||||
echo "Production"
|
echo "Production"
|
||||||
# Web Server
|
# Web Server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue