Add npm script to start mutlicore server.

This commit is contained in:
Rob 2015-11-03 10:30:39 -08:00
parent 6773f1e876
commit a2feec730c

View file

@ -37,6 +37,7 @@
"brunch": "brunch",
"bower": "bower",
"dev": "brunch watch --server",
"multicore": "coffee multicore.coffee",
"nodemon": "nodemon"
},
"main": "index.js",