Files
cloudron-box/filemanager/develop.sh
2023-04-16 18:08:10 +02: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