Flesh out shims and wrappers

This commit is contained in:
Michael Wolf
2025-11-08 09:54:33 -06:00
parent 6a4a2f7eef
commit 292ce4be7f
9 changed files with 39 additions and 6 deletions

View File

@@ -5,9 +5,8 @@ set -eu
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source "$DIR"/node.common
source "$DIR"/common
# "$DIR"/../.nodejs-config/node_modules/.bin/pnpm "$@"
echo pnpm file: "$DIR"/../shims/pnpm
cd $ROOT/framework/node
exec "$DIR"/../binaries/pnpm "$@"