From 6c3bb713d3399ad4658408a48cdadf767c8c7fea Mon Sep 17 00:00:00 2001 From: jedarden Date: Wed, 15 Apr 2026 11:21:02 -0400 Subject: [PATCH] Fix esp-web-tools URL to use bundled web build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /dist/install-button.js has bare 'tslib' imports that browsers reject. /dist/web/install-button.js is the fully bundled build with only relative imports — works without an import map. Co-Authored-By: Claude Sonnet 4.6 --- dashboard/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/index.html b/dashboard/index.html index e330d72..0d36ac1 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -3595,7 +3595,7 @@ - +