@xdevops/issue-auto-finish 1.0.76 → 1.0.78

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.
@@ -33,7 +33,7 @@ import {
33
33
  setE2eOverride,
34
34
  setNoteSyncOverride,
35
35
  validatePhaseRegistry
36
- } from "./chunk-MC7YPVJG.js";
36
+ } from "./chunk-M4AHOHAG.js";
37
37
  import {
38
38
  AsyncMutex,
39
39
  BaseTracker,
@@ -8882,4 +8882,4 @@ function migrateKnowledgeDir(srcDir, destDir) {
8882
8882
  export {
8883
8883
  main
8884
8884
  };
8885
- //# sourceMappingURL=chunk-KWOM6URK.js.map
8885
+ //# sourceMappingURL=chunk-4D5YULKB.js.map
@@ -3247,9 +3247,10 @@ var DevServerManager = class {
3247
3247
  const frontendEnv = {
3248
3248
  ...process.env,
3249
3249
  BACKEND_PORT: String(ports.backendPort),
3250
- FRONTEND_PORT: String(ports.frontendPort)
3250
+ FRONTEND_PORT: String(ports.frontendPort),
3251
+ VITE_API_PORT: String(ports.backendPort)
3251
3252
  };
3252
- const frontendCmd = this.options.frontendCommand ?? { bin: "pnpm", args: ["dev", "--", "--port", String(ports.frontendPort)] };
3253
+ const frontendCmd = this.options.frontendCommand ?? { bin: "pnpm", args: ["dev", "--", "--port", String(ports.frontendPort), "--host"] };
3253
3254
  const frontend = spawn(frontendCmd.bin, frontendCmd.args, {
3254
3255
  cwd: frontendDir,
3255
3256
  env: frontendEnv,
@@ -5119,4 +5120,4 @@ export {
5119
5120
  PipelineOrchestrator,
5120
5121
  BrainstormService
5121
5122
  };
5122
- //# sourceMappingURL=chunk-MC7YPVJG.js.map
5123
+ //# sourceMappingURL=chunk-M4AHOHAG.js.map