Skip to content

Commit 0cec479

Browse files
committed
Add Heroku generated app.json
1 parent 4bb4cdd commit 0cec479

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

app.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "software-engineering-daily-api",
3+
"scripts": {
4+
},
5+
"env": {
6+
},
7+
"formation": {
8+
},
9+
"addons": [
10+
11+
],
12+
"buildpacks": [
13+
{
14+
"url": "heroku/nodejs"
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)