diff --git a/package.json b/package.json index e85a311..2410c3f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Simple Geo-ip server", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "ts-node src/main.ts" }, "author": "Pietervdvn", "license": "GPL-3.0-or-later",