evalstate's picture
download
raw
1.15 kB
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/knip@5.85.0_@types+node@25.3.0_typescript@5.9.2/node_modules/knip/node_modules:/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/knip@5.85.0_@types+node@25.3.0_typescript@5.9.2/node_modules:/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/knip@5.85.0_@types+node@25.3.0_typescript@5.9.2/node_modules/knip/node_modules:/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/knip@5.85.0_@types+node@25.3.0_typescript@5.9.2/node_modules:/sandbox/bucket/hf-mcp-server/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../knip/bin/knip.js" "$@"
else
exec node "$basedir/../knip/bin/knip.js" "$@"
fi
# cmd-shim-target=/sandbox/bucket/hf-mcp-server/node_modules/knip/bin/knip.js

Xet Storage Details

Size:
1.15 kB
·
Xet hash:
12626401c3478858d33009368556d147a01bc2db8a481e4bf0232810874eaac5

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.