Files
Ontime/backendpanel/asset/node_modules/.bin/gulp.cmd
T
2026-03-11 15:29:37 +07:00

7 lines
180 B
Batchfile
Executable File

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\gulp\bin\gulp.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\gulp\bin\gulp.js" %*
)