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,
AppLaunchUrl,
BackButtonListener,
} from "@capacitor/app";
} from '../../../node_modules/@capacitor/app';
import type { PluginListenerHandle } from "@capacitor/core";
/**