feat(dev): use PWD when specifying the viu venv bin path

This commit is contained in:
Benexl
2025-11-20 22:13:36 +03:00
parent 71b668894b
commit 61fcd39188

2
.envrc
View File

@@ -1,5 +1,5 @@
VIU_APP_NAME="viu-dev" VIU_APP_NAME="viu-dev"
PATH="./.venv/bin/:$PATH" PATH="$PWD/.venv/bin:$PATH"
export PATH VIU_APP_NAME export PATH VIU_APP_NAME
if command -v nix >/dev/null; then if command -v nix >/dev/null; then
use flake use flake