Add cmd wrapper script

This commit is contained in:
Michael Wolf
2025-10-25 14:18:08 -06:00
parent de7dbf45cd
commit 6a4a2f7eef
7 changed files with 99 additions and 0 deletions

13
framework/shims/pnpm Executable file
View File

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