diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..7fceb69 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: node start diff --git a/package.json b/package.json index 20b3993..0e60929 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "url": "https://github.com/Coding-in-community/alice" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node index.js" }, "author": "Bruno Gomes", "license": "MIT",