init query login
This commit is contained in:
17
node_modules/.bin/tsc
generated
vendored
Executable file
17
node_modules/.bin/tsc
generated
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||
|
||||
case `uname` in
|
||||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
||||
esac
|
||||
|
||||
if [ -z "$NODE_PATH" ]; then
|
||||
export NODE_PATH="/home/ubuntu/kevisual/center/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/bin/node_modules:/home/ubuntu/kevisual/center/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/node_modules:/home/ubuntu/kevisual/center/node_modules/.pnpm/typescript@5.8.2/node_modules:/home/ubuntu/kevisual/center/node_modules/.pnpm/node_modules"
|
||||
else
|
||||
export NODE_PATH="/home/ubuntu/kevisual/center/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/bin/node_modules:/home/ubuntu/kevisual/center/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/node_modules:/home/ubuntu/kevisual/center/node_modules/.pnpm/typescript@5.8.2/node_modules:/home/ubuntu/kevisual/center/node_modules/.pnpm/node_modules:$NODE_PATH"
|
||||
fi
|
||||
if [ -x "$basedir/node" ]; then
|
||||
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/bin/tsc" "$@"
|
||||
else
|
||||
exec node "$basedir/../../../../node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/bin/tsc" "$@"
|
||||
fi
|
||||
Reference in New Issue
Block a user