This commit is contained in:
Raven Scott
2026-02-21 04:26:05 -05:00
parent 9086016698
commit b6eeddefff
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
DIR="$(cd "$(dirname "$0")" && pwd)"
export PATH="/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:$PATH"
exec "/opt/homebrew/bin/bare" "$DIR/index.mjs" "$@"