Browse Source

adding start script

pull/111/head
Kenneth D. Evensen 7 years ago
parent
commit
265719340e
  1. 3
      package.json

3
package.json

@ -30,5 +30,6 @@
"preferGlobal": "true", "preferGlobal": "true",
"bin": { "bin": {
"wetty": "./bin/wetty.js" "wetty": "./bin/wetty.js"
} },
"scripts": { "start" : "node app.js -p 3000" }
} }

Loading…
Cancel
Save