We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304ff68 commit 3afb30dCopy full SHA for 3afb30d
2 files changed
extensions/whatsapp/index.ts
@@ -10,7 +10,7 @@ export default defineBundledChannelEntry({
10
exportName: "whatsappPlugin",
11
},
12
runtime: {
13
- specifier: "./runtime-api.js",
+ specifier: "./runtime-setter-api.js",
14
exportName: "setWhatsAppRuntime",
15
16
});
extensions/whatsapp/runtime-setter-api.ts
@@ -0,0 +1,3 @@
1
+// Keep bundled registration fast: the runtime setter is needed during plugin
2
+// bootstrap, but the broad runtime-api barrel pulls in WhatsApp runtime modules.
3
+export { setWhatsAppRuntime } from "./src/runtime.js";
0 commit comments