Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
joeybrown-sf committed Mar 28, 2024
1 parent 169887e commit 7de44e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"name": "Start on Heroku: Go",
"description": "Go Getting Started Example App",
"scripts": {
"postdeploy": "echo 'hello'",
"size": "standard-2x"
"postdeploy": {
"command": "echo 'hello'",
"size": "standard-2x"
}
},
"keywords": [
"getting-started",
Expand Down

0 comments on commit 7de44e3

Please sign in to comment.