remove dev

This commit is contained in:
2025-05-22 20:46:28 +08:00
parent badaa4b64e
commit 8dd0db2698
11 changed files with 67 additions and 47 deletions

View File

@ -5,4 +5,9 @@ Flask
gunicorn
python-dotenv
lark-oapi
Flask-SQLAlchemy
Flask-SQLAlchemy
development:
flask run --reload
production:
gunicorn -w 4 -b 0.0.0.0:8000 app:app