VorlonJS 上的自定义端口

Custom Port on VorlonJS

我尝试使用VorlonJS to debug on remote devices. However it uses the Port 1337 which I am using for LiveReload to my Grunt Tasks. I can configure it Grunt Side but in the Vorlon Side Is there any options? I couldn't see it on Docs

目前没有选项 vorlon --port=1234 但是,我们 can with;

unix shell:
$ PORT=1234

更永久:
$ export PORT=1234

在Windows中:
set PORT=1234

在 Windows PowerShell 中:
$ env:PORT=1234