nuxt-community / universal-storage-module

Universal Storage Utilities for Nuxt 2
MIT License
276 stars 15 forks source link

Use unstorage #195

Open pi0 opened 1 year ago

pi0 commented 1 year ago

Moving from https://github.com/unjs/unstorage/issues/20

With unjs/unstorage, we can use storage mount points to make implementation simpler. However we still need to sync different mountpoints and have platform dependent mounts (between cookie, LS, etc).