#!/usr/bin/env bash set -euo pipefail echo "Building app..." VITE_APP_VERSION=$(node -p "require('./package.json').version") pnpm run build