mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 10:46:24 +03:00
Расширены скрипты запуска из-под Windows
This commit is contained in:
@@ -12,5 +12,5 @@ python init_db.py
|
||||
### Запуск приложения:
|
||||
На Windows запускать через
|
||||
```
|
||||
startserver.bat
|
||||
runscripts/startserverdev.bat
|
||||
```
|
||||
6
runscripts/startserverprod.bat
Normal file
6
runscripts/startserverprod.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
@echo off
|
||||
|
||||
set FLASK_APP=dyxless
|
||||
|
||||
flask run
|
||||
Reference in New Issue
Block a user