You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dexie is dependant on the IndexedDB interface that is a W3C browser interface. IndexedDBShim could possibly be used on nodejs to emulate the same interface on node, using sqlite3 as storage. Not sure the status of that setup right now. Maybe more info here: indexeddbshim/IndexedDBShim#325.
in nuxt.config.js file
in /db/index.js
The text was updated successfully, but these errors were encountered: