diff --git a/esbuild.mjs b/esbuild.mjs index d924109..6f4a396 100644 --- a/esbuild.mjs +++ b/esbuild.mjs @@ -9,7 +9,7 @@ import { const BaseUrl = `https://git.zomo.dev/zomo/browser-scripts` const FileUrl = name => - `https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/${name}.zomo.js` + `https://git.zomo.dev/zomo/browser-scripts/raw/branch/main/dist/${name}.user.js` function isValueNotEmpty(val) { return (