#!/bin/bash set -eu echo "=> Set API origin" export VITE_API_ORIGIN="my.nebulon.space" echo "=> Run vite locally" npm run dev