Расширены скрипты запуска из-под Windows

This commit is contained in:
2021-08-15 01:12:54 +03:00
parent 423276c67a
commit a797890b73
3 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
@echo off
set FLASK_APP=dyxless
set FLASK_ENV=development
flask run

View File

@@ -0,0 +1,6 @@
@echo off
set FLASK_APP=dyxless
flask run