We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c61aef + f57f3e6 commit 91f1090Copy full SHA for 91f1090
backend/src/variables/integration.ts
@@ -47,7 +47,7 @@ const INTEGRATION_OPTIONS = [
47
name: 'Vercel',
48
slug: 'vercel',
49
image: 'Vercel',
50
- isAvailable: false,
+ isAvailable: true,
51
type: 'vercel',
52
clientId: '',
53
clientSlug: CLIENT_SLUG_VERCEL,
@@ -57,7 +57,7 @@ const INTEGRATION_OPTIONS = [
57
name: 'Netlify',
58
slug: 'netlify',
59
image: 'Netlify',
60
61
type: 'oauth2',
62
clientId: CLIENT_ID_NETLIFY,
63
docsLink: ''
@@ -66,7 +66,7 @@ const INTEGRATION_OPTIONS = [
66
name: 'GitHub',
67
slug: 'github',
68
image: 'GitHub',
69
70
71
clientId: CLIENT_ID_GITHUB,
72
0 commit comments