mirror of
https://github.com/italicsjenga/handlebars-ipinfo.git
synced 2024-11-23 21:11:31 +11:00
Add start script and change name of serve script
This commit is contained in:
parent
68688eb21f
commit
aa247e9398
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue