mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
6 lines
61 B
Bash
6 lines
61 B
Bash
set -a
|
|
source ./.env
|
|
set +a
|
|
|
|
uvicorn app.main:app --reload
|
|
|