From c29088d920f35af01d46d6595a4c29006e7dc4b9 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Wed, 12 Feb 2025 20:35:31 -0500 Subject: [PATCH] Fix Reporter & Web --- scripts/build/buildWeb.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/buildWeb.mjs b/scripts/build/buildWeb.mjs index 1bd0964a..da1e221a 100644 --- a/scripts/build/buildWeb.mjs +++ b/scripts/build/buildWeb.mjs @@ -90,7 +90,7 @@ const buildConfigs = [ }, { ...commonOptions, - outfile: "dist/browser.js", + outfile: "dist/browser/browser.js", footer: { js: "//# sourceURL=VencordWeb" } }, {