mirror of
https://github.com/chatmail/relay.git
synced 2026-06-26 13:31:04 +00:00
feat: Migrate to uv for dependency management and script execution.
This commit is contained in:
+4
-2
@@ -2,5 +2,7 @@
|
||||
#
|
||||
# Wrapper for cmdelpoy to run it in activated virtualenv.
|
||||
set -e
|
||||
. venv/bin/activate
|
||||
cmdeploy "$@"
|
||||
# Ensure uv is in PATH
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
uv run cmdeploy "$@"
|
||||
|
||||
Reference in New Issue
Block a user