diff --git a/package.json b/package.json index 11f83c4..2ee7b4d 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "", "main": "index.js", "scripts": { + "server": "node src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Minzkraut", diff --git a/index.js b/src/index.js similarity index 100% rename from index.js rename to src/index.js