We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f6e6c commit b9ee0b2Copy full SHA for b9ee0b2
Procfile
@@ -0,0 +1 @@
1
+web: node start
package.json
@@ -8,7 +8,8 @@
8
"url": "https://github.com/Coding-in-community/alice"
9
},
10
"scripts": {
11
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
12
+ "start": "node index.js"
13
14
"author": "Bruno Gomes",
15
"license": "MIT",
0 commit comments