Browse Source

fix: linkage of capacitor core to use relative links

side_step
Matthew Raymer 2 weeks ago
parent
commit
cb03df9240
  1. 2
      src/lib/capacitor/app.ts

2
src/lib/capacitor/app.ts

@ -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";
/** /**

Loading…
Cancel
Save