@rubytech/create-maxy 1.0.792 → 1.0.793

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.
@@ -16,7 +16,7 @@ import {
16
16
  sanitizeClientCorrId,
17
17
  streamActionEvents,
18
18
  vncLog
19
- } from "./chunk-H5F4S42X.js";
19
+ } from "./chunk-ZVUVUP6R.js";
20
20
  import "./chunk-MIP54X7Q.js";
21
21
 
22
22
  // server/edge.ts
@@ -49,7 +49,7 @@ import {
49
49
  vncLog,
50
50
  waitForExit,
51
51
  writeChromiumWrapper
52
- } from "./chunk-H5F4S42X.js";
52
+ } from "./chunk-ZVUVUP6R.js";
53
53
  import {
54
54
  ACCOUNTS_DIR,
55
55
  GREETING_DIRECTIVE,
@@ -9679,7 +9679,7 @@ app21.post("/setup", requireAdminSession, async (c) => {
9679
9679
  let actionId;
9680
9680
  let unit;
9681
9681
  try {
9682
- const launched = await launchAction("cloudflare-setup", { positional: args });
9682
+ const launched = await launchAction("cloudflare-setup", { positional: args, streamLogPath });
9683
9683
  actionId = launched.actionId;
9684
9684
  unit = launched.unit;
9685
9685
  } catch (e) {