fix(browse): create node bundle output directory

This commit is contained in:
ming
2026-08-16 10:59:08 -07:00
committed by Garry Tan
parent 0cbaeadc66
commit 994b5f5502
+1
View File
@@ -10,6 +10,7 @@ set -e
GSTACK_DIR="$(cd "$(dirname "$0")/../.." && pwd)"
SRC_DIR="$GSTACK_DIR/browse/src"
DIST_DIR="$GSTACK_DIR/browse/dist"
mkdir -p "$DIST_DIR"
echo "Building Node-compatible server bundle..."