Skip to content

Commit

Permalink
Add procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
samselikoff committed Jun 14, 2019
1 parent 7b7491c commit e2a7a45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: yarn server
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"be": "node backend/index.js",
"be:dev": "nodemon backend/index.js"
"server": "node backend/index.js",
"server:dev": "nodemon backend/index.js"
},
"proxy": "http://localhost:3000",
"eslintConfig": {
Expand Down

0 comments on commit e2a7a45

Please sign in to comment.