UNPKG

create-cf-planetscale-app

Version:

Create a Cloudflare workers app for building production ready RESTful APIs using Hono

9 lines (8 loc) 167 B
export const authProviders = { GITHUB: 'github', SPOTIFY: 'spotify', DISCORD: 'discord', GOOGLE: 'google', FACEBOOK: 'facebook', APPLE: 'apple' } as const