swr-utils.ts 125 B

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