ultracontext 1.1.5 → 1.2.0
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/cli/entry.mjs
CHANGED
|
@@ -324,7 +324,7 @@ async function runCtlSDK() {
|
|
|
324
324
|
await runCtl();
|
|
325
325
|
}
|
|
326
326
|
async function launchTuiSDK() {
|
|
327
|
-
const { tuiBoot } = await import("../tui-
|
|
327
|
+
const { tuiBoot } = await import("../tui-BwpUi10R.mjs");
|
|
328
328
|
await tuiBoot({
|
|
329
329
|
assetsRoot: path.resolve(__dirname, "..", ".."),
|
|
330
330
|
offlineNotice: "Daemon offline. Run: ultracontext start"
|