Hello, really new to Nuxt3 (I'm used to work with Vue3/Vite)
I'm looking for a way to persist data on pinia store when refreshing the page, I've tried multiples libraries such as:
- https://prazdevs.github.io/pinia-plugin-persistedstate/frameworks/nuxt-3.html
- https://seb-l.github.io/pinia-plugin-persist/#nuxt
but it leads to the same error:
No "exports" main defined in [...]/node_modules/@nuxt/kit/package.json
I've also checked the useLocalStorage option (https://github.com/vuejs/pinia/issues/309) but I need my whole stores to be persisted, not only some values
Can anyone help me?
