speaker: force-add audio-route plugin dist stubs (global dist/ ignore would drop them from a fresh clone)

This commit is contained in:
2026-07-20 17:07:01 +05:30
parent c6f236ecf9
commit 46b5ae16a4
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
export {};
+3
View File
@@ -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 {};
+2
View File
@@ -0,0 +1,2 @@
'use strict';
// Native-only plugin stub (see dist/esm/index.js).