ATProto Store Module
ATProto Store Module for your Open Web Desktop client.
Overview#
This module enables the usage of pinia-plugin-persistedstate-2 with atproto
for storing Open Web Desktop states persistently on the AT Protocol.
Installation#
To install the module, run:
npm install @owdproject/module-pinia-atproto
Usage#
Then, define it in your desktop configuration:
// desktop/owd.config.ts
export default defineNuxtConfig({
modules: ['@owd-client/module-pinia-atproto']
});
Features#
- Configures
pinia-plugin-persistedstate-2to useatproto - Enables persistent storage for Pinia stores
- Works seamlessly with Nuxt
License#
This module is released under the MIT License.