@satori-sh/cli 0.0.26 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -365,6 +365,10 @@ ${instruction}`);
|
|
|
365
365
|
return;
|
|
366
366
|
}
|
|
367
367
|
const info = await getInfoDisplay();
|
|
368
|
+
if (typeof globalThis.Element === "undefined") {
|
|
369
|
+
globalThis.Element = class Element {
|
|
370
|
+
};
|
|
371
|
+
}
|
|
368
372
|
const { runInteractiveApp } = await import("./ui-OEY6KRG2.js");
|
|
369
373
|
await runInteractiveApp({
|
|
370
374
|
initialPrompt,
|