import { writable } from 'svelte/store'; export const configErrorStore = writable(undefined);