beast-core-create 0.0.0-rc.644289 → 0.0.0-rc.644295

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/main.js CHANGED
@@ -12366,8 +12366,6 @@ var SdkProjectType;
12366
12366
  SdkProjectType["Extension"] = "extension";
12367
12367
  })(SdkProjectType || (SdkProjectType = {}));
12368
12368
 
12369
- // Spawn a shell process that requires user input, e.g., an interactive command
12370
- // spawn('node', ['node_modules/@bc/beast-core-sdk-cli/dist/main.js', "create", "--mode=interactive"], { shell: true, stdio: "inherit" });
12371
12369
  try {
12372
12370
  await new RootCommand().mainAsync(["create", "--mode=interactive"]);
12373
12371
  }