export const appConfig = {}; export const routes = { home: '/', }; const baseApiUrl = import.meta.env.BASE_API_URL; export const apiUrls = { };