mirror of
https://github.com/TeamWiseFlow/wiseflow.git
synced 2025-02-02 18:28:46 +08:00
4 lines
103 B
Bash
4 lines
103 B
Bash
|
set -o allexport
|
||
|
source ../.env
|
||
|
set +o allexport
|
||
|
uvicorn main:app --reload --host localhost --port 7777
|