diff --git a/vercel-template.json b/vercel-template.json new file mode 100644 index 0000000..08b97ec --- /dev/null +++ b/vercel-template.json @@ -0,0 +1,19 @@ +{ + "products": [ + { + "type": "integration", + "protocol": "storage", + "productSlug": "neon", + "integrationSlug": "neon" + }, + { + "type": "integration", + "protocol": "storage", + "productSlug": "upstash-kv", + "integrationSlug": "upstash" + }, + { + "type": "blob" + } + ] +}