"ports": {
"8088": {
"label": "VNC",
"proxy": "https",
"preview": true,
"path": "/vnc.html"
}
}
(Or maybe we could somehow merge preview and path, e.g. "preview": "/vnc.html"?)
{
"Run (dev)": {
"cmd": "./mach run --dev",
"openPort": "8088"
}
}
This attribute doesn't do anything yet, but maybe we could script Cloud9 to open the right preview when this Run configuration is triggered?
8088, we need to open a specific path (not just/or/index.html) like for example/vnc.html(or/ide.htmlfor8089). I believe we could fix this by supporting apathattribute in our port specification:(Or maybe we could somehow merge
previewandpath, e.g."preview": "/vnc.html"?)"openPort": "8088":This attribute doesn't do anything yet, but maybe we could script Cloud9 to open the right preview when this Run configuration is triggered?