From 5f977857a1daec181eeffd3c698a6dc644a56180 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sat, 29 Mar 2025 09:50:26 -0500 Subject: [PATCH] chore: Fix formatting --- docs/guide/essentials/entrypoints.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/essentials/entrypoints.md b/docs/guide/essentials/entrypoints.md index 214da04d..0a633fe1 100644 --- a/docs/guide/essentials/entrypoints.md +++ b/docs/guide/essentials/entrypoints.md @@ -209,6 +209,7 @@ For MV2, the background is added as a script to the background page. For MV3, th When defining your background entrypoint, keep in mind that WXT will import this file in a NodeJS environment during the build process. That means you cannot place any runtime code outside the `main` function. + ```ts browser.action.onClick.addListener(() => { // [!code --] // ... // [!code --]