txw/local-nodemodules/@cssyq/ggzc-web/node_modules/.bin/vue-cli-service.cmd
2026-04-03 14:32:29 +08:00

7 lines
221 B
Batchfile

@IF EXIST "%~dp0\/bin/sh.exe" (
"%~dp0\/bin/sh.exe" "%~dp0\..\..\..\..\vue-cli-service\wrapper.sh" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
/bin/sh "%~dp0\..\..\..\..\vue-cli-service\wrapper.sh" %*
)