2024-07-08 14:15:34 +08:00

5 lines
94 B
Bash

export FLASK_APP=main.py
export FLASK_ENV=development
flask run \
-h 0.0.0.0 \
-p 9991