We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1b2d0 commit d97b638Copy full SHA for d97b638
app.json
@@ -2,7 +2,6 @@
2
"name": "Character Design Assistant",
3
"description": "A voice assistant that can help author to design character for their story.",
4
"repository": "https://github.com/VapiAI/server-side-example-node-express",
5
- "logo": "URL to your app logo",
6
"keywords": ["node", "express", "nx"],
7
"env": {
8
"NODE_ENV": {
@@ -15,12 +14,12 @@
15
14
"url": "heroku/nodejs"
16
}
17
],
18
- "formation": {
19
- "web": {
+ "formation": [
+ {
20
"quantity": 1,
21
"size": "free"
22
23
- },
+ ],
24
"addons": [],
25
"scripts": {
26
"dynos": {
0 commit comments