fixing-straw
Some checks failed
deploy / deploy (push) Failing after 41s

This commit is contained in:
2023-11-26 13:51:06 +03:00
parent 62c8d51c5d
commit 993f064633
5 changed files with 30 additions and 9 deletions

View File

@@ -22,7 +22,7 @@
Затем
```shell
poetry install
poetry env use 3.12
poetry run python server.py
poetry install
poetry run strawberry server main
```