优化服务端部署-测试部署-1

This commit is contained in:
yml
2026-04-14 23:27:56 +08:00
parent 24d5f233d9
commit 3b169df114
9 changed files with 96 additions and 67 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ uv sync
复制并填写环境变量后启动:
```bash
cp /Users/yml/codes/order-site-workspace/.env.development.example /Users/yml/codes/order-site-workspace/.env
cp /Users/yml/codes/order-site-workspace/.env.mac-docker.example /Users/yml/codes/order-site-workspace/.env
cd /Users/yml/codes/order-site-workspace/apps/backend
npm run dev
```