1import setGlobalVars from 'indexeddbshim' 2import {ConfigValues} from 'indexeddbshim/dist/CFG.js' 3 4// indexeddbshim setup for node environments 5if (typeof window === 'undefined' && typeof global !== 'undefined') { 6 setGlobalVars(undefined, {checkOrigin: false} as ConfigValues) 7}