chore: import upstream snapshot with attribution
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
|
||||
PROJECT_ROOT=$(cd "$SCRIPT_DIR/.." && pwd)
|
||||
node "$PROJECT_ROOT/Scripts/docs-list.mjs" "$@"
|
||||
Reference in New Issue
Block a user