Files
dndmaster/backend/node_modules/.bin/node-pre-gyp.cmd
T
Marces Zastrow dab55442be ++
Added already existing code for further development
2024-12-18 10:59:28 +01:00

7 lines
216 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\@mapbox\node-pre-gyp\bin\node-pre-gyp" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\@mapbox\node-pre-gyp\bin\node-pre-gyp" %*
)