Files
cloudron-box/dashboard/develop.sh
2024-10-04 17:43:45 +02:00

10 lines
137 B
Bash
Executable File

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