const useGetCustomers = () => { const config = useRuntimeConfig(); return config.public.API_BASE_URL; }; export default useGetCustomers;