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