File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/core/src/infrastructure/outbound/adapters/soap Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { defineConfig } from "vitepress";
22import { withMermaid } from "vitepress-plugin-mermaid" ;
33
44// Google Analytics ID - Puedes usar una variable de entorno o poner el ID directamente
5- const GA_ID = process . env . GA_ID || "G-XXXXXXXXXX " ; // Reemplaza con tu ID de Google Analytics
5+ const GA_ID = "G-B4XM660Y48 " ; // Reemplaza con tu ID de Google Analytics
66
77// https://vitepress.dev/reference/site-config
88export default withMermaid (
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ export class SoapClient implements ISoapClientPort {
5252 } catch ( error ) {
5353 // If https module is not available (e.g., Cloudflare Workers), skip agent
5454 // The SOAP library will use the default fetch adapter
55+ // Silently continue without the agent - this is expected in non-Node environments
5556 }
5657 }
5758
You can’t perform that action at this time.
0 commit comments