mirror of
https://github.com/chatmail/relay.git
synced 2026-05-11 16:34:39 +00:00
feat: Migrate to uv for dependency management and script execution.
This commit is contained in:
@@ -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