From dddf033776a9a0e008719a5c64a93dcac144838f Mon Sep 17 00:00:00 2001 From: Mario Campos Date: Thu, 2 Oct 2025 14:32:40 -0500 Subject: [PATCH] Revert changes to build.mjs --- build.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.mjs b/build.mjs index 9e28acbd7..05f7e0502 100644 --- a/build.mjs +++ b/build.mjs @@ -13,7 +13,7 @@ const OUT_DIR = join(__dirname, "lib"); /** * Clean the output directory before building. - * + * * @type {esbuild.Plugin} */ const cleanPlugin = { @@ -27,7 +27,7 @@ const cleanPlugin = { /** * Copy defaults.json to the output directory since other projects depend on it. - * + * * @type {esbuild.Plugin} */ const copyDefaultsPlugin = {