Add start script and change name of serve script

This commit is contained in:
Alex Janka 2017-06-02 22:04:28 +10:00
parent 68688eb21f
commit aa247e9398

View file

@ -4,7 +4,8 @@
"description": "",
"main": "index",
"scripts": {
"serve": "nodemon --exec ts-node -- index.ts"
"start": "ts-node index.ts",
"dev-server": "nodemon --exec ts-node -- index.ts"
},
"repository": {
"type": "git",