🛠 refactor(bump): node modules cache

This commit is contained in:
eshanized
2024-12-23 02:42:31 +05:30
parent 4bc155636c
commit 9cfc465ceb
4214 changed files with 133 additions and 506079 deletions

View File

@@ -6,9 +6,9 @@ case `uname` in
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/whoami/Desktop/snigdhaos-web-dev/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/whoami/Desktop/snigdhaos-web-dev/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/whoami/Desktop/snigdhaos-web-dev/node_modules/.pnpm/node_modules"
export NODE_PATH="/home/whoami/Desktop/Snigdha-OS.github.io/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/whoami/Desktop/Snigdha-OS.github.io/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/whoami/Desktop/Snigdha-OS.github.io/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/home/whoami/Desktop/snigdhaos-web-dev/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/whoami/Desktop/snigdhaos-web-dev/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/whoami/Desktop/snigdhaos-web-dev/node_modules/.pnpm/node_modules:$NODE_PATH"
export NODE_PATH="/home/whoami/Desktop/Snigdha-OS.github.io/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/home/whoami/Desktop/Snigdha-OS.github.io/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/home/whoami/Desktop/Snigdha-OS.github.io/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../../../../../loose-envify@1.4.0/node_modules/loose-envify/cli.js" "$@"