1const env = import.meta.env; 2 3export const redirectUri = env.VITE_OAUTH_REDIRECT_URL; 4export const clientId = env.VITE_OAUTH_CLIENT_ID;