This commit is contained in:
2025-11-30 12:53:03 +08:00
parent e782a97a2e
commit 769f15aaf2
5 changed files with 242 additions and 29 deletions

View File

@@ -0,0 +1,9 @@
```sh
# 安装 python 环境 ,安装项目
uv sync
uv run python main.py
pm2 start "uv run app.py" --name "dnake-socket-app"
```