版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 regels
504 B

  1. @SETLOCAL
  2. @IF NOT DEFINED NODE_PATH (
  3. @SET "NODE_PATH=%~dp0\E:\HalftoneWeb\node_modules\.store\typescript@5.2.2\node_modules"
  4. ) ELSE (
  5. @SET "NODE_PATH=%NODE_PATH%;%~dp0\E:\HalftoneWeb\node_modules\.store\typescript@5.2.2\node_modules"
  6. )
  7. @IF EXIST "%~dp0\node.exe" (
  8. "%~dp0\node.exe" "%~dp0\..\.store\typescript@5.2.2\node_modules\typescript\bin\tsserver" %*
  9. ) ELSE (
  10. @SET PATHEXT=%PATHEXT:;.JS;=;%
  11. node "%~dp0\..\.store\typescript@5.2.2\node_modules\typescript\bin\tsserver" %*
  12. )