iaun 3 kuukautta sitten
vanhempi
sitoutus
df30ef4f05
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -50,7 +50,7 @@ npm install
 npm run dev
 ```
 
-前端运行在 http://localhost:5173
+前端运行在 http://localhost:3000
 
 ## 生产部署
 
@@ -77,7 +77,7 @@ python init_db.py
 
 ```bash
 # 后端 (Gunicorn)
-gunicorn -w 4 -b 0.0.0.0:5000 wsgi:app
+python run.py
 
 # 前端构建
 cd frontend