speaker: force-add audio-route plugin dist stubs (global dist/ ignore would drop them from a fresh clone)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export {};
|
||||
@@ -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 {};
|
||||
@@ -0,0 +1,2 @@
|
||||
'use strict';
|
||||
// Native-only plugin stub (see dist/esm/index.js).
|
||||
Reference in New Issue
Block a user