console.log(JSON.stringify(process.env)); export const HF_CONFIG = { CLIENT_ID: process.env.REACT_APP_OAUTH_CLIENT_ID, STORAGE_KEY: "hf_oauth", SCOPE: "openid profile", PROD_URL: "https://stacklok-llm-security-leaderboard-7bb47f7.hf.space", DEV_URL: "http://localhost:7861" };