Add start command
This commit is contained in:
parent
d316728c52
commit
e21025c5ab
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"description": "Simple Geo-ip server",
|
"description": "Simple Geo-ip server",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"start": "ts-node src/main.ts"
|
||||||
},
|
},
|
||||||
"author": "Pietervdvn",
|
"author": "Pietervdvn",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue