Copilot is thinking…

Copilot is thinking…
This commit is contained in:
nicole mikołajczyk
2025-12-25 20:31:38 +01:00
committed by GitHub
parent b892674a3f
commit a0401fbbd4

View File

@ -1,5 +1,5 @@
/// <reference path="../node_modules/@types/dom-chromium-ai/index.d.ts" /> /// <reference path="../node_modules/@types/dom-chromium-ai/index.d.ts" />
(window as any).__PL_API_FALLBACK_ACCOUNT = { id: '', acct: 'undefined', url: location.host }; (window as any).__PL_API_FALLBACK_ACCOUNT = { id: '', acct: 'undefined', url: location.origin };
import './polyfills'; import './polyfills';