schema-fix
All checks were successful
deploy / deploy (push) Successful in 1m18s

This commit is contained in:
2023-11-26 22:00:00 +03:00
parent 0db8a19898
commit f940b7461e
4 changed files with 22 additions and 11 deletions

View File

@@ -24,7 +24,9 @@
3 Запуск локального сервера
```shell
poetry env use 3.12
poetry install
mkdir .venv
python3.12 -m venv .venv
poetry env use .venv/bin/python3.12
poetry update
poetry run strawberry server main
```