mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-08-29 10:08:16 +00:00
feat(tools): migrate to UV from Poetry for blazing fast ultra safe secure unhackable dependency management 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user