Skip to content

Commit

Permalink
app: address some console errors
Browse files Browse the repository at this point in the history
Fixes #893
  • Loading branch information
fabiosantoscode committed Jan 23, 2020
1 parent fb92676 commit abbe12f
Show file tree
Hide file tree
Showing 2 changed files with 719 additions and 691 deletions.
11 changes: 6 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"addons": [

],
"addons": [],
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"env": {
"NODE_ENV": {
"description": "Describes the environment in which node is running",
"value": "production"
}
},
"formation": {
"web": {
"quantity": 1
}
},
"name": "dvc.org",
"scripts": {
},
"scripts": {},
"stack": "heroku-18"
}
Loading

0 comments on commit abbe12f

Please sign in to comment.