Files
node/first-project/node_modules/.bin/express.cmd
2012-05-30 23:00:06 -04:00

6 lines
182 B
Batchfile

:: Created by npm, please don't edit manually.
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\express\bin\express" %*
) ELSE (
node "%~dp0\..\express\bin\express" %*
)