#!/bin/sh
exec "$(dirname "$0")/node" "$(dirname "$0")/../app/node_modules/pnpm/bin/pnpm.cjs" "$@"
