Plugin SDK: use public whatsapp subpath

This commit is contained in:
Vincent Koc
2026-03-18 09:37:42 -07:00
parent 27f655ed11
commit b3ca855283
5 changed files with 14 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
import { sendMessageWhatsApp as sendMessageWhatsAppImpl } from "../../plugin-sdk/whatsapp.js";
import { sendMessageWhatsApp as sendMessageWhatsAppImpl } from "openclaw/plugin-sdk/whatsapp";
type RuntimeSend = {
sendMessage: typeof import("../../plugin-sdk/whatsapp.js").sendMessageWhatsApp;
sendMessage: typeof import("openclaw/plugin-sdk/whatsapp").sendMessageWhatsApp;
};
export const runtimeSend = {