mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-26 17:12:33 +00:00
6 lines
182 B
Batchfile
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" %*
|
|
) |