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