From 1e85f2a18e574acd589540dd2cb6b43d799c637d 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 ff0aefc0..25e53c16 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" ] }