Updated Services (markdown)

Sp5rky
2025-07-17 19:05:47 -06:00
parent 57d2d115a9
commit cacafe36e5

@@ -167,8 +167,8 @@ If you are new to `git` then take a look at [GitHub Desktop](https://desktop.git
> [!TIP]
> A huge benefit with this method is that you can also sync dependencies by your own Services as well!
> Just use `poetry` to add or modify dependencies appropriately and commit the changed `poetry.lock`.
> However, if the core project also has dependency changes your `poetry.lock` changes will conflict and you
> Just use `uv` to add or modify dependencies appropriately and commit the changed `uv.lock`.
> However, if the core project also has dependency changes your `uv.lock` changes will conflict and you
> will need to learn how to do conflict resolution/rebasing. It is worth it though!
#### Symlinking