Add vercel-template.json (#1193)
This commit is contained in:
parent
0947146b59
commit
a9c812b5c4
1 changed files with 19 additions and 0 deletions
19
vercel-template.json
Normal file
19
vercel-template.json
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"products": [
|
||||||
|
{
|
||||||
|
"type": "integration",
|
||||||
|
"protocol": "storage",
|
||||||
|
"productSlug": "neon",
|
||||||
|
"integrationSlug": "neon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "integration",
|
||||||
|
"protocol": "storage",
|
||||||
|
"productSlug": "upstash-kv",
|
||||||
|
"integrationSlug": "upstash"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "blob"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue