chore: remove tracked artifacts
parent
1420d113d8
commit
67f63ecd7e
Binary file not shown.
Binary file not shown.
|
|
@ -1,21 +0,0 @@
|
||||||
#!/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="/Users/steipete/Projects/clawdbot4/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/bin/node_modules:/Users/steipete/Projects/clawdbot4/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/node_modules:/Users/steipete/Projects/clawdbot4/node_modules/.pnpm/markdown-it@14.1.0/node_modules:/Users/steipete/Projects/clawdbot4/node_modules/.pnpm/node_modules"
|
|
||||||
else
|
|
||||||
export NODE_PATH="/Users/steipete/Projects/clawdbot4/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/bin/node_modules:/Users/steipete/Projects/clawdbot4/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/node_modules:/Users/steipete/Projects/clawdbot4/node_modules/.pnpm/markdown-it@14.1.0/node_modules:/Users/steipete/Projects/clawdbot4/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
||||||
fi
|
|
||||||
if [ -x "$basedir/node" ]; then
|
|
||||||
exec "$basedir/node" "$basedir/../markdown-it/bin/markdown-it.mjs" "$@"
|
|
||||||
else
|
|
||||||
exec node "$basedir/../markdown-it/bin/markdown-it.mjs" "$@"
|
|
||||||
fi
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../markdown-it/bin/markdown-it.mjs
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../../../node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../../../node_modules/.pnpm/matrix-js-sdk@40.0.0/node_modules/matrix-js-sdk
|
|
||||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
||||||
../../../../node_modules/.pnpm/@microsoft+agents-hosting@1.1.1/node_modules/@microsoft/agents-hosting
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../../../../node_modules/.pnpm/@microsoft+agents-hosting-express@1.1.1/node_modules/@microsoft/agents-hosting-express
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../../../../node_modules/.pnpm/@microsoft+agents-hosting-extensions-teams@1.1.1/node_modules/@microsoft/agents-hosting-extensions-teams
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../../../node_modules/.pnpm/express@5.2.1/node_modules/express
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../../../node_modules/.pnpm/proper-lockfile@4.1.2/node_modules/proper-lockfile
|
|
||||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
||||||
../../../../node_modules/.pnpm/@sinclair+typebox@0.34.47/node_modules/@sinclair/typebox
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../../../node_modules/.pnpm/ws@8.19.0/node_modules/ws
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../../../node_modules/.pnpm/zod@4.3.5/node_modules/zod
|
|
||||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
||||||
../../../node_modules/.pnpm/undici@7.18.2/node_modules/undici
|
|
||||||
Binary file not shown.
|
|
@ -1 +0,0 @@
|
||||||
../../../../node_modules/.pnpm/@sinclair+typebox@0.34.47/node_modules/@sinclair/typebox
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue