diff --git a/mobile/plugins/audio-route/dist/esm/index.d.ts b/mobile/plugins/audio-route/dist/esm/index.d.ts new file mode 100644 index 0000000..cb0ff5c --- /dev/null +++ b/mobile/plugins/audio-route/dist/esm/index.d.ts @@ -0,0 +1 @@ +export {}; diff --git a/mobile/plugins/audio-route/dist/esm/index.js b/mobile/plugins/audio-route/dist/esm/index.js new file mode 100644 index 0000000..e7d3281 --- /dev/null +++ b/mobile/plugins/audio-route/dist/esm/index.js @@ -0,0 +1,3 @@ +// Native-only plugin — the web app calls window.Capacitor.Plugins.AudioRoute directly (it loads the UI from +// a remote URL, so nothing here is bundled). This stub only exists so the npm package resolves. +export {}; diff --git a/mobile/plugins/audio-route/dist/plugin.cjs.js b/mobile/plugins/audio-route/dist/plugin.cjs.js new file mode 100644 index 0000000..c527e4e --- /dev/null +++ b/mobile/plugins/audio-route/dist/plugin.cjs.js @@ -0,0 +1,2 @@ +'use strict'; +// Native-only plugin stub (see dist/esm/index.js).