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