watch_file pixi.lock
eval "$(pixi shell-hook -e dev)"

if [ -f .env ]; then
  watch_file .env
  set -a && source .env && set +a
fi
