mirror of
https://github.com/TeamWiseFlow/wiseflow.git
synced 2025-02-02 18:28:46 +08:00
5 lines
123 B
Bash
5 lines
123 B
Bash
#!/bin/bash
|
|
set -o allexport
|
|
source ../.env
|
|
set +o allexport
|
|
exec uvicorn backend:app --reload --host localhost --port 8077 |