Skip to main content

STORE_PATH

Constant STORE_PATH 

Source
pub const STORE_PATH: &str = "picoframe.json";
Expand description

The single disk store file picoframe apps share, in the app data dir. Both the JS side (@picoframe/store’s createTauriStore) and Rust plugins open this file, so no plugin needs to own “the” store. Namespace keys by convention, e.g. "hello.draft".