Const
Sets the store options.
import { setStoreOptions } from '@tauri-store/pinia';await setStoreOptions('my-store', { saveOnChange: true, saveStrategy: 'debounce', saveInterval: 1000}); Copy
import { setStoreOptions } from '@tauri-store/pinia';await setStoreOptions('my-store', { saveOnChange: true, saveStrategy: 'debounce', saveInterval: 1000});
Sets the store options.