UNPKG

@instantdb/core

Version:

Instant's core local abstraction

11 lines 477 B
let devBackend = false; let instantLogs = false; let devtoolLocalDashboard = false; if (typeof window !== 'undefined' && typeof window.localStorage !== 'undefined') { devBackend = !!window.localStorage.getItem('devBackend'); instantLogs = !!window.localStorage.getItem('__instantLogging'); devtoolLocalDashboard = !!window.localStorage.getItem('__devtoolLocalDash'); } export { devBackend, instantLogs, devtoolLocalDashboard }; //# sourceMappingURL=flags.js.map