diff --git a/app.json b/app.json index 13ea909..13a3301 100644 --- a/app.json +++ b/app.json @@ -1,17 +1,21 @@ { - "name": "Pairing", - "description": "Web Session Generator", - "logo": "https://files.catbox.moe/52699c.jpg", - "repository": "https://github.com/Casper-Tech-ke/CASPER-XD-ULTRA", - "keywords": ["Casper-Tech"], - "success_url": "/", - "buildpacks": [{ "url": "https://github.com/heroku/heroku-buildpack-nodejs#latest" } ], - "env": { - "PORT": { - "description": "Port for web app.4000,5000,3000... any!", - "value": "50900", - "required": false - } - } - -} \ No newline at end of file + "name": "Pairing", + "description": "Web Session Generator", + "logo": "https://files.catbox.moe/52699c.jpg", + "repository": "https://github.com/militanhacks/CASPER-XD-ULTRA", + "keywords": ["MILITAN"], + "success_url": "/", + "scripts": { + "start": "node index.js" + }, + "buildpacks": [ + { "url": "https://github.com/heroku/heroku-buildpack-nodejs" } + ], + "env": { + "PORT": { + "description": "Port for web app.", + "value": "50900", + "required": false + } + } +}