@satori-sh/cli 0.0.22 → 0.0.25
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
CHANGED
|
@@ -365,7 +365,7 @@ ${instruction}`);
|
|
|
365
365
|
return;
|
|
366
366
|
}
|
|
367
367
|
const info = await getInfoDisplay();
|
|
368
|
-
const { runInteractiveApp } = await import("./ui-
|
|
368
|
+
const { runInteractiveApp } = await import("./ui-UJ5JWROX.js");
|
|
369
369
|
await runInteractiveApp({
|
|
370
370
|
initialPrompt,
|
|
371
371
|
options,
|