Skip to content

Commit

Permalink
chore: enable review apps
Browse files Browse the repository at this point in the history
Add an app.json with the right buildpacks so PRs can be previewed.

- - - - - - - - - - - - - - - - - -

Close #27
  • Loading branch information
molant authored May 11, 2021
1 parent bc9caa2 commit 5fddce2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/hone/heroku-buildpack-static"
}
]
}

0 comments on commit 5fddce2

Please sign in to comment.