Skip to content

Commit c41b6df

Browse files
committed
feat: add calcom/cal.com to allowed repos
1 parent c9c4a5f commit c41b6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/repos.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -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
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', 'calcom/cal.com'] as const
22

33
export type AllowedRepo = typeof allowedRepos[number]
44

0 commit comments

Comments
 (0)