4 lines
99 B
Bash
4 lines
99 B
Bash
#!/bin/sh
|
|
export NODE_OPTIONS="--require @@PNP_PATH@@"
|
|
exec '@@NODE_PATH@@' '@@BINARY_PATH@@' "$@"
|