Skip to content

Commit a4708da

Browse files
authored
Merge pull request gtalarico#19 from crcastle/master
Fix Heroku deploy
2 parents 5b4c279 + 3d6631b commit a4708da

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,13 @@
1616
}
1717
},
1818
"addons": [
19-
]
19+
],
20+
"buildpacks": [
21+
{
22+
"url": "heroku/nodejs"
23+
},
24+
{
25+
"url": "heroku/python"
26+
}
27+
]
2028
}

0 commit comments

Comments
 (0)