Skip to main content

Upgrading

Packages

info

Remember to restart!

Any changes you make to these files will only come into effect after you restart the server. If you run the application using containers, you need to do docker compose build and then docker compose up to get the changes.

API dependencies

cd api/
# Add or remove package to pyproject.toml
poetry update

Web dependencies

cd web/
# Add or remove package to package.json
yarn install