Files
daily-notification-plugin/www
Matthew Raymer cbbae27ef6 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.
2025-10-12 06:35:07 +00:00
..