// back-end server url export const API_URL = process.env.NEXT_PUBLIC_API_URL || "http://localhost:3001";