We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
calcom/cal.com
1 parent c9c4a5f commit c41b6dfCopy full SHA for c41b6df
shared/repos.ts
@@ -1,4 +1,4 @@
1
-export const allowedRepos = ['nuxt/nuxt', 'vuejs/core', 'vitejs/vite', 'nitrojs/nitro', 'danielroe/beasties', 'unjs/h3', 'unjs/c12', 'unjs/unenv', 'unjs/ofetch', 'rollup/rollup', 'GoogleChromeLabs/critters'] as const
+export const allowedRepos = ['nuxt/nuxt', 'vuejs/core', 'vitejs/vite', 'nitrojs/nitro', 'danielroe/beasties', 'unjs/h3', 'unjs/c12', 'unjs/unenv', 'unjs/ofetch', 'rollup/rollup', 'GoogleChromeLabs/critters', 'calcom/cal.com'] as const
2
3
export type AllowedRepo = typeof allowedRepos[number]
4
0 commit comments