style: readme with python granian server start
All checks were successful
Deploy on push / deploy (push) Successful in 6s

This commit is contained in:
Stepan Vladovskiy 2025-05-25 20:51:39 +00:00
parent b5dd690fbb
commit 804f900c38

View File

@ -57,7 +57,7 @@ mkcert localhost
Then, run the server:
```shell
python server.py dev
python -m granian main:app --interface asgi --host 0.0.0.0 --port 8000
```
### Useful Commands