@builder.io/dev-tools 1.6.29-dev.202505012021.92ccd91e → 1.6.29-dev.202505012218.b3879ec7

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.
@@ -1,5 +1,8 @@
1
1
  import type { DevToolsSys } from "@builder.io/dev-tools/core";
2
2
  import type { CLIArgs } from "./index";
3
+ /**
4
+ * Large random-ish port number that is unlikely to be used
5
+ */
3
6
  export declare const PROXY_PORT = 48752;
4
7
  export interface LaunchArgs extends CLIArgs {
5
8
  volumePath?: string;