glauber/sois-controller-rev-c

Source code for the SOIS Controller PCB, featuring an Adafruit Feather microcontroller, two EC11 rotary encoders, multiple push buttons and a slide switch. View more at glauber.org

Version
0.1.3
License
UNLICENSED
Stars
0

tsci

#!/bin/sh
# tsci ships a `#!/usr/bin/env bun` shebang and its build step needs bun's
# TS/JSX loader, so put the locally-installed bun on PATH and exec the CLI.
DIR="$(cd "$(dirname "$0")" && pwd)"
PATH="$DIR/node_modules/.bin:$PATH"
export PATH
exec "$DIR/node_modules/.bin/tsci" "$@"