import ky from "ky"; const api = ky.extend({ prefixUrl: import.meta.env.VITE_API_URL, }); export default api;