From cbbae27ef6900552117f0998efa85b6a0553bc57 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Sun, 12 Oct 2025 06:35:07 +0000 Subject: [PATCH] fix: resolve JavaScript module import error in test app - Replace ES module imports with global Capacitor objects - Add null checks for DailyNotification plugin availability - Fix 'Failed to resolve module specifier @capacitor/core' error - Use window.Capacitor and window.DailyNotification instead of imports This resolves the JavaScript error that was preventing the web interface from loading properly in the test app. --- www/index.html | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/www/index.html b/www/index.html index 6014976..0298f08 100644 --- a/www/index.html +++ b/www/index.html @@ -60,18 +60,21 @@ -