Add ts-node and tsx command wrappers

This commit is contained in:
Michael Wolf
2025-11-16 11:13:21 -06:00
parent d4d5a72b3e
commit 0201d08009
2 changed files with 10 additions and 0 deletions

5
framework/cmd.d/ts-node Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
"$DIR"/../shims/pnpm ts-node "$@"