2026-05-18-17-40-02 构建导丝分割Web系统
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
|
||||
|
||||
python3 -m uvicorn backend.main:app --host 0.0.0.0 --port "${PORT:-8000}"
|
||||
Reference in New Issue
Block a user