We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6348791 commit 333610aCopy full SHA for 333610a
build_dashboard.sh
@@ -1,4 +1,5 @@
1
+#! /bin/bash
2
+set -e
3
cd "$(dirname "$0")/dashboard"
4
VITE_BASE_API=/ bun run build
5
cp ./build/index.html ./build/404.html
-
0 commit comments