Add vercel-template.json (#1193)

This commit is contained in:
Paul Murray 2025-09-13 14:26:49 -04:00 committed by GitHub
parent 0947146b59
commit a9c812b5c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
vercel-template.json Normal file
View 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"
}
]
}