Files
cloudron-box/develop.sh
Johannes Zellner f981819447 Initial commit
2023-02-19 17:13:33 +01:00

10 lines
129 B
Bash
Executable File

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