* [storage] rework everything * [storage] expose createProxy * [storage] add useProxy hook * [storage] fix settings.ts * [Storage] Implement wrapSync, fix UI * [storage] fix storage * [plugins] re-add plugin loading * [storage] fix fix storage * [storage] make wrapSync more magical * [storage] save deletes * [ui] hack around plugin removal... again * [plugins] make plugin storage work * [storage] expose api --------- Co-authored-by: Beef <beefers@riseup.net>
4 lines
163 B
TypeScript
4 lines
163 B
TypeScript
import { createStorage, wrapSync } from "@lib/storage";
|
|
import { Settings } from "@types";
|
|
|
|
export default wrapSync(createStorage<Settings>("VENDETTA_SETTINGS"));
|