Skip to content

Commit 333610a

Browse files
committed
chore: add shebang for build dashboard script
1 parent 6348791 commit 333610a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_dashboard.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
#! /bin/bash
2+
set -e
13
cd "$(dirname "$0")/dashboard"
24
VITE_BASE_API=/ bun run build
35
cp ./build/index.html ./build/404.html
4-

0 commit comments

Comments
 (0)