@builder.io/dev-tools 1.18.47-dev.202512151747.85e9b4c05 → 1.18.47-dev.202512151933.b5bdf8b33

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,12 +0,0 @@
1
- export interface DevServerUrlInfo {
2
- url: string;
3
- port: number;
4
- }
5
- /**
6
- * Parse dev server output to extract URL and port information
7
- *
8
- * @param output - The command output string to parse
9
- * @param customPatterns - Optional array of custom regex patterns to try first
10
- * @returns Object with url and port, or null if no valid URL found
11
- */
12
- export declare function parseDevServerOutput(output: string, customPatterns?: string[]): DevServerUrlInfo | null;
@@ -1 +0,0 @@
1
- export {};