kin: KIN-095 При добавлении в среды серверов вылетает ошибка 500 Internal Server Error в модалке

This commit is contained in:
Gros Frumos 2026-03-16 20:58:44 +02:00
parent 8ebc6f1111
commit 1bf0125991
3 changed files with 66 additions and 1 deletions

View file

@ -32,5 +32,5 @@ test:
cd $(FRONTEND_DIR) && npm run test
deploy: build-frontend
python -m pip install -r requirements.txt
python3.11 -m pip install -r requirements.txt
$(MAKE) serve