useLocalStorage
"scripts": { "postbuild": "test -L dist && rm dist || echo 'No symlink found'"}
const fetch = _globalThis$1.fetch || (() => Promise.reject(new Error("[ofetch] global.fetch is not supported!")));const Headers = _globalThis$1.Headers;const AbortController = _globalThis$1.AbortController;const ofetch = createFetch({ fetch, Headers, AbortController });const $fetch$1 = ofetch;if (!globalThis.$fetch) { globalThis.$fetch = $fetch$1.create({ baseURL: baseURL() //Complains here... });}