From 60e7c5ebb5a0279ea10587743f7a1243bc53187c Mon Sep 17 00:00:00 2001 From: Pietro Brenna Date: Mon, 13 Oct 2025 17:03:42 +0200 Subject: [PATCH] cambio url dev helper --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9d55cbd..0062318 100644 --- a/index.js +++ b/index.js @@ -29,7 +29,7 @@ function obfuscatorPlugin(obOptions) { { ...options, sourceMapBaseUrl: - "http://localhost:1498/source-maps/" + + "https://dev-helper.briq.it/source-maps/" + (process.env.PROJECT_NAME || "unknown_project") + "/" + (process.env.GIT_COMMIT_SHA || "unknown_commit"),