forked from kamilkisiela/graphql-inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vercel.json
47 lines (47 loc) · 1.02 KB
/
vercel.json
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "graphql-inspector",
"version": 2,
"alias": ["graphql-inspector-app"],
"env": {
"LOG_FORMAT": "short",
"LOG_LEVEL": "info",
"DISABLE_STATS": "true",
"LOG_LEVEL_IN_STRING": "true"
},
"public": false,
"redirects": [
{
"source": "/install",
"destination": "https://github.com/marketplace/graphql-inspector",
"statusCode": 301
},
{
"source": "/action",
"destination": "https://github.com/marketplace/actions/graphql-inspector",
"statusCode": 301
},
{
"source": "/docs",
"destination": "/docs/index",
"statusCode": 301
},
{
"source": "/docs/recipes/github",
"destination": "/docs/products/github",
"statusCode": 301
},
{
"source": "/docs/recipes/action",
"destination": "/docs/products/action",
"statusCode": 301
},
{
"source": "/docs/recipes/ci",
"destination": "/docs/products/ci",
"statusCode": 301
}
],
"github": {
"enabled": true
}
}