Skip to content

Commit 6f008fd

Browse files
committed
insert Procfile and server
1 parent cf0f949 commit 6f008fd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Procfile

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "rest-api",
33
"version": "1.0.0",
44
"description": "API for be used of systemstrength",
5-
"main": "index.js",
5+
"main": "server.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"start": "nodemon index.js"
8+
"start": "nodemon server.js"
99
},
1010
"keywords": [
1111
"node",

index.js renamed to server.js

File renamed without changes.

0 commit comments

Comments
 (0)