From 6152ffe770e59cdaf36f04c3f3167583889f119c Mon Sep 17 00:00:00 2001 From: Ben Asher Date: Mon, 8 Jan 2024 08:00:41 -0800 Subject: [PATCH] disable bundlemon app --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d78642c..6411973 100644 --- a/package.json +++ b/package.json @@ -79,6 +79,7 @@ "path": "./test/bundling/bundled.js", "maxSize": "300 B" } - ] + ], + "remote": false } }