⚠ eslint-plugin-unicorn(require-post-message-target-origin): Missing the `targetOrigin` argument.
╭─[packages/web-shell/src/app/app.ts:116:77]
115 │ if (event.data.action === 'getAccessToken') {
116 │ event.ports[0].postMessage({ accessToken: this.#user?.access_token });
· ─
117 │ }
╰────
help: Insert `, self.location.origin`