1 2 3 4
const API_URL: string = import.meta.env.VITE_API_URL ?? "https://localhost:3000"; export default API_URL;