This commit is contained in:
Raven Scott
2026-02-21 02:55:32 -05:00
parent 10785ab556
commit eb0589fdba
2 changed files with 7 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
DIR="$(cd "$(dirname "$0")" && pwd)"
exec "/opt/homebrew/bin/node" "/opt/homebrew/bin/bare" "$DIR/index.mjs" "$@"