Const
Path where the store is saved.
import { getStorePath } from '@tauri-store/svelte';const path = await getStorePath('my-store'); Copy
import { getStorePath } from '@tauri-store/svelte';const path = await getStorePath('my-store');
Path where the store is saved.