@builder.io/dev-tools 1.18.33-dev.202512040930.ffc3e5487 → 1.18.33-dev.202512040958.ffc3e5487

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.
@@ -24,7 +24,11 @@ export interface ProxyMiddleware extends MiddlewareFunction {
24
24
  * Cleanup method for graceful shutdown
25
25
  */
26
26
  cleanup: () => void;
27
- targetHost: string;
27
+ /**
28
+ * The target host to proxy to:
29
+ * e.g. "http://localhost:4000"
30
+ */
31
+ target: URL;
28
32
  }
29
33
  /**
30
34
  * Type guard to check if a middleware has WebSocket upgrade capability