Skip to content

Commit b9ee0b2

Browse files
committed
[FEAT] prepares to deploy
1 parent 03f6e6c commit b9ee0b2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: node start

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"url": "https://github.com/Coding-in-community/alice"
99
},
1010
"scripts": {
11-
"test": "echo \"Error: no test specified\" && exit 1"
11+
"test": "echo \"Error: no test specified\" && exit 1",
12+
"start": "node index.js"
1213
},
1314
"author": "Bruno Gomes",
1415
"license": "MIT",

0 commit comments

Comments
 (0)