swr-utils.ts 124 B

12345
  1. import { SWRConfiguration } from 'swr';
  2. export const swrGlobalConfiguration: SWRConfiguration = {
  3. errorRetryCount: 1,
  4. };