From 406766b37f23f54995e095e552027bcdb29c440f Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 12 Dec 2024 15:21:51 -0600 Subject: [PATCH] docs: Fix api reference for `wxt/utils/storage` --- packages/wxt/typedoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wxt/typedoc.json b/packages/wxt/typedoc.json index ff0aefc08..25e53c161 100644 --- a/packages/wxt/typedoc.json +++ b/packages/wxt/typedoc.json @@ -14,9 +14,9 @@ "src/utils/define-unlisted-script.ts", "src/utils/define-wxt-plugin.ts", "src/utils/match-patterns.ts", + "src/utils/storage.ts", "src/browser.ts", "src/testing/index.ts", - "src/storage.ts", "src/modules.ts" ] }