This commit is contained in:
freedakgmail
2025-11-23 19:38:51 +08:00
parent e44dd0bd95
commit 3b0d8255f6
649 changed files with 656698 additions and 4133 deletions
Generated Vendored
+2 -2
View File
@@ -15,7 +15,7 @@ else
export NODE_PATH="/Users/freedak/Documents/go-new/chinese-family-tree/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/node_modules:/Users/freedak/Documents/go-new/chinese-family-tree/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/Users/freedak/Documents/go-new/chinese-family-tree/node_modules/.pnpm/typescript@5.9.3/node_modules:/Users/freedak/Documents/go-new/chinese-family-tree/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsc" "$@"
exec "$basedir/node" "$basedir/../typescript/bin/tsc" "$@"
else
exec node "$basedir/../.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsc" "$@"
exec node "$basedir/../typescript/bin/tsc" "$@"
fi