#!/bin/sh
node "$(dirname "$0")/runtime/index.js" "$@"
# deno run -A runtime/index.js "$@"
# bun runtime/index.js "$@"
