#!/usr/bin/env bash set -ex if [[ -d .vercel ]]; then rm -r .vercel fi CONFIG_FILE=vercel.json PROJECT_NAME=explorer cat > "$CONFIG_FILE" <