Add ts-node and tsx command wrappers
This commit is contained in:
5
framework/cmd.d/ts-node
Executable file
5
framework/cmd.d/ts-node
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
|
|
||||||
|
"$DIR"/../shims/pnpm ts-node "$@"
|
||||||
5
framework/cmd.d/tsx
Executable file
5
framework/cmd.d/tsx
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
|
|
||||||
|
"$DIR"/../shims/pnpm tsx "$@"
|
||||||
Reference in New Issue
Block a user