2024-07-29 11:43:52 +08:00

6 lines
94 B
Batchfile

@echo off
set FLASK_APP=flaskapp.py
set FLASK_ENV=development
set FLASK_DEBUG=False
flask run