Skip to content

Commit 330fe63

Browse files
committed
update cf info
1 parent 13476f5 commit 330fe63

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: node app.js

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "act-rest-api",
33
"version": "0.0.1",
44
"private": true,
5+
"main": "app.js",
56
"scripts": {
67
"start": "node app.js",
78
"test": "node_modules/.bin/mocha"

0 commit comments

Comments
 (0)