()
| 69 | const __ssrPromises = [] |
| 70 | |
| 71 | function resetConfigure() { |
| 72 | cache = new LRUCache({ max: 500 }) |
| 73 | axiosInstance = StaticAxios |
| 74 | defaultOptions = DEFAULT_OPTIONS |
| 75 | } |
| 76 | |
| 77 | function configure(options = {}) { |
| 78 | if (options.axios !== undefined) { |
no outgoing calls
searching dependent graphs…