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