-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvercel.json
More file actions
37 lines (37 loc) · 1.07 KB
/
vercel.json
File metadata and controls
37 lines (37 loc) · 1.07 KB
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
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"redirects": [
{
"source": "/toolhive/quickstart",
"destination": "/toolhive/tutorials/quickstart-cli",
"permanent": false
},
{
"source": "/toolhive/tutorials/toolhive-operator",
"destination": "/toolhive/tutorials/quickstart-k8s",
"permanent": true
},
{
"source": "/toolhive/guides-k8s/logging-infrastructure",
"destination": "/toolhive/guides-k8s/logging",
"permanent": true
},
{
"source": "/toolhive/guides-k8s/tool-config",
"destination": "/toolhive/guides-k8s/customize-tools",
"permanent": true
},
{
"source": "/toolhive/guides-mcp/meta-mcp",
"destination": "/toolhive/tutorials/mcp-optimizer",
"permanent": true
},
{
"source": "/toolhive/guides-k8s/deploy-operator-helm",
"destination": "/toolhive/guides-k8s/deploy-operator",
"permanent": true
}
],
"installCommand": "dnf install -q -y jq && npm install",
"buildCommand": "./scripts/install-thv.sh && npm run build"
}