export const NETWORK_CONFIG = { DEV_SERVER_URL: "http://localhost:3000", PROD_SERVER_URL: "https://skillsemiwebgame.onrender.com", } as const;