import { atom } from 'nanostores'; export const $isDebugging = atom(false);