This commit is contained in:
Lloyd Brookes
2014-01-24 19:49:11 +01:00
parent f0f88792c6
commit 7610512a25
2 changed files with 7 additions and 4 deletions

3
ws.js
View File

@ -55,3 +55,6 @@ if (!options.valid){
process.stderr.write("serving at http://localhost:" + options.port + "\n");
}
// open serveral sites with one command $ ws project1:8000 project2:8100
// store port in package.json, e.g. "ws-port": 9000