feat(tools): migrate to UV from Poetry for blazing fast ultra safe secure unhackable dependency management 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀

This commit is contained in:
Ivan
2026-05-10 03:19:42 -05:00
parent 2ce02e1eef
commit 7e31cd0d56
19 changed files with 2759 additions and 2676 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ cleanup() {
}
trap cleanup EXIT INT TERM
poetry run python -m meshchatx.meshchat &
uv run python -m meshchatx.meshchat &
BE_PID=$!
sleep "${DEV_BACKEND_WAIT:-1}"