Files
meteor/meteor.bat
Slava Kim 44ef7680ed Remove quotes on NODE_PATH env var set
apparently it is not correct
2015-01-20 22:03:23 -08:00

6 lines
117 B
Batchfile

@echo off
SET NODE_PATH=%~dp0\dev_bundle\lib\node_modules
"%~dp0\dev_bundle\bin\node.exe" "%~dp0\tools\main.js" %*