mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
11 lines
176 B
TypeScript
11 lines
176 B
TypeScript
// @ts-nocheck
|
|
// Query client config.
|
|
export const queryConfig = {
|
|
defaultOptions: {
|
|
queries: {
|
|
refetchOnWindowFocus: true,
|
|
staleTime: 30000,
|
|
},
|
|
},
|
|
};
|