mirror of
https://github.com/italicsjenga/handlebars-ipinfo.git
synced 2024-11-24 05:21:29 +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": "",
|
"description": "",
|
||||||
"main": "index",
|
"main": "index",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "nodemon --exec ts-node -- index.ts"
|
"start": "ts-node index.ts",
|
||||||
|
"dev-server": "nodemon --exec ts-node -- index.ts"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue