export const DEV_SERVER_PORT = process.env.DEV_SERVER_PORT || "5180"; export const DEV_SERVER_URL = `http://localhost:${DEV_SERVER_PORT}`;