Release v4928.1.4.2 stable
This commit is contained in:
4
scripts/run_dev.sh
Executable file
4
scripts/run_dev.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
python -m uvicorn app.main:app --reload --host 127.0.0.1 --port 8000
|
||||
Reference in New Issue
Block a user