Files
Marzban/build_dashboard.sh
Nikita Korotaev 8ebd84fffd dynamic dashboard path
DASHBOARD_PATH = "/dashboard/"
2024-10-12 09:48:34 +00:00

3 lines
153 B
Bash
Executable File

cd `dirname $0`/app/dashboard
VITE_BASE_API=/api/ npm run build --if-present -- --outDir build --assetsDir statics
cp ./build/index.html ./build/404.html