Add start command

This commit is contained in:
Pieter Vander Vennet 2024-06-17 18:30:46 +02:00
parent d316728c52
commit e21025c5ab

View file

@ -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",