feat: add cli offline bundle script (#8192)

This commit is contained in:
Sid
2026-06-23 12:08:15 +05:30
committed by GitHub
parent 5f55a5924d
commit 27c1970076
2 changed files with 131 additions and 0 deletions

6
scripts/bundle-cli.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
node "${SCRIPT_DIR}/bundle-cli.js"