diff --git a/.gitignore b/.gitignore index 94accb1..b64f1fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,6 @@ -# Database -json.sqlite - # Dependency directories node_modules/ # Test files: a.js -db.js +db.js \ No newline at end of file diff --git a/package.json b/package.json index 1d09c6f..522392b 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "A forum script written in Node.js", "main": "index.js", "scripts": { - "start": "node index.js", - "restart": "node reset.js" + "start": "node .", + "reset": "node reset.js" }, "repository": { "type": "git", @@ -19,7 +19,7 @@ "bugs": { "url": "https://github.com/Akif9748/akf-forum/issues" }, - "homepage": "https://github.com/Akif9748/akf-lang#readme", + "homepage": "https://akf-forum.herokuapp.com/", "dependencies": { "body-parser": "^1.19.2", "ejs": "^3.1.6",