-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
35 lines (35 loc) · 775 Bytes
/
app.json
File metadata and controls
35 lines (35 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "Bite Vite Template",
"description": "Vite template that minimizes bite pain 🐝",
"logo": "https://raw.githubusercontent.com/Asim-Tahir/bite/main/src/assets/Text/1%20Template.png",
"image": "heroku/nodejs",
"repository": "https://github.com/Asim-Tahir/bite",
"keywords": [
"svg",
"template",
"pwa",
"vue-router",
"bite",
"ssg",
"vite",
"storybookjs",
"vite-template",
"tailwindcss-v2",
"postcss-v8"
],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "heroku-community/static"
}
],
"env": {
"VITE_API_URL": {
"required": false,
"value": "http://localhost:4000",
"description": "For Backend API URL. Default is http://localhost:4000"
}
}
}