ewoksserver.main#
Start ewoks server from the command line with the Uvicorn CLI
..code: bash
uvicorn ewoksserver.main:app
or the FastAPI CLI
..code: bash
fastapi dev src/ewoksserver/main.py
..code: bash
fastapi run src/ewoksserver/main.py
Site Navigation
Section Navigation
Start ewoks server from the command line with the Uvicorn CLI
..code: bash
uvicorn ewoksserver.main:app
or the FastAPI CLI
..code: bash
fastapi dev src/ewoksserver/main.py
..code: bash
fastapi run src/ewoksserver/main.py