#!/usr/bin/env bash

set -euo pipefail

INSTALLED_DIR="$(dirname "$(realpath "${BASH_SOURCE[0]}")")"

uv run --project ${INSTALLED_DIR} valn8n "$@"
