chore: Fix formatting

This commit is contained in:
Aaron
2025-03-29 09:50:26 -05:00
parent a63b21d417
commit 5f977857a1
+1
View File
@@ -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.
<!-- prettier-ignore -->
```ts
browser.action.onClick.addListener(() => { // [!code --]
// ... // [!code --]