This module enables the usage of pinia-plugin-persistedstate-2
with atproto
for storing Open Web Desktop states persistently on the AT Protocol.
To install the module, run:
npm install @owdproject/module-pinia-atproto
Define the module in your nuxt.config.ts
:
export default defineNuxtConfig({
modules: ['@owd-client/module-pinia-atproto']
});
- Configures
pinia-plugin-persistedstate-2
to useatproto
- Enables persistent storage for Pinia stores
- Works seamlessly with Nuxt
Open Web Desktop is released under the GNU General Public License v3.