mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
6 lines
117 B
Batchfile
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" %*
|
|
|