# cd MICROSERVICE_FOLDER
cd backend-api
uv synce.g.
# just dev {{service}}
just dev concepts-apie.g.
# just test {{service}}
just test concepts-apie.g.
# just deploy {{service}} {{environment}} {{tag}}
just deploy concepts-api production latestThis repo makes use of uv workspaces which are analogous to our microservices.
- add your service to the tool.uv.workspace.members in pyproject.toml
- add the service to the relevant .github/workflows
- add it to the .trunk/configs/pyrightconfig.json