@builder.io/dev-tools 1.18.40-dev.202512101047.78246177d → 1.18.40-dev.202512101136.78246177d

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.
@@ -10,6 +10,7 @@ export declare const NON_AUTHENTICATED_ENDPOINTS: {
10
10
  readonly PROXY_STATUS: "/proxy-status";
11
11
  readonly STATUS_V2: "/status-v2";
12
12
  readonly INIT_LOGS: "/init-logs";
13
+ readonly RESOLVE_SOURCE_MAP: "/resolve-source-map";
13
14
  };
14
15
  export declare const configureServer: ({ app, validBuilderPrivateKey, authenticateProxy, isLocal, sharedState, }: {
15
16
  app: Express;