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