import axios from "axios"; export const api = axios.create({ baseURL: process.env.NEXT_PUBLIC_API_URL, }); // TODO: integrate @edr/auth — add a request interceptor here that attaches // the bearer token from the auth package and a response interceptor that // triggers a refresh on 401.