Skip to content

Commit 5d48334

Browse files
chore(website): add heroku procfile
1 parent 873c3cf commit 5d48334

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: node packages/overmind-website/backend/index.js

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"version": "1.0.0",
55
"license": "MIT",
66
"scripts": {
7-
"start": "node packages/overmind-website/backend/index.js",
87
"build": "repo-cooker --build",
98
"checkdeps": "repo-cooker --check-dependencies",
109
"commit": "git-cz",

0 commit comments

Comments
 (0)