fix: linkage of capacitor core to use relative links

This commit is contained in:
Matthew Raymer
2025-02-26 11:17:46 +00:00
parent 24c7ba15af
commit 41d37c3c04

View File

@@ -4,7 +4,7 @@ import {
App as CapacitorApp, App as CapacitorApp,
AppLaunchUrl, AppLaunchUrl,
BackButtonListener, BackButtonListener,
} from "@capacitor/app"; } from '../../../node_modules/@capacitor/app';
import type { PluginListenerHandle } from "@capacitor/core"; import type { PluginListenerHandle } from "@capacitor/core";
/** /**