5 lines
92 B
Batchfile
5 lines
92 B
Batchfile
set FLASK_APP=CMDRConsole
|
|
set FLASK_ENV=development
|
|
python -m flask run --host=0.0.0.0
|
|
|