Skip to content

Commit d97b638

Browse files
app.json update
1 parent 4c1b2d0 commit d97b638

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "Character Design Assistant",
33
"description": "A voice assistant that can help author to design character for their story.",
44
"repository": "https://github.com/VapiAI/server-side-example-node-express",
5-
"logo": "URL to your app logo",
65
"keywords": ["node", "express", "nx"],
76
"env": {
87
"NODE_ENV": {
@@ -15,12 +14,12 @@
1514
"url": "heroku/nodejs"
1615
}
1716
],
18-
"formation": {
19-
"web": {
17+
"formation": [
18+
{
2019
"quantity": 1,
2120
"size": "free"
2221
}
23-
},
22+
],
2423
"addons": [],
2524
"scripts": {
2625
"dynos": {

0 commit comments

Comments
 (0)