Build: remove legacy WhatsApp login shim
This commit is contained in:
parent
abaa9107c5
commit
889011c08c
@ -4,7 +4,6 @@ const rootEntries = [
|
||||
"src/entry.ts!",
|
||||
"src/cli/daemon-cli.ts!",
|
||||
"src/infra/warning-filter.ts!",
|
||||
"src/channels/plugins/agent-tools/whatsapp-login.ts!",
|
||||
"extensions/telegram/src/audit.ts!",
|
||||
"extensions/telegram/src/token.ts!",
|
||||
"src/line/accounts.ts!",
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
// Shim: keep legacy import path while the runtime loads the plugin SDK surface.
|
||||
export * from "../../../plugin-sdk/whatsapp.js";
|
||||
@ -160,9 +160,6 @@ function buildCoreDistEntries(): Record<string, string> {
|
||||
// Ensure this module is bundled as an entry so legacy CLI shims can resolve its exports.
|
||||
"cli/daemon-cli": "src/cli/daemon-cli.ts",
|
||||
"infra/warning-filter": "src/infra/warning-filter.ts",
|
||||
// Keep sync lazy-runtime channel modules as concrete dist files.
|
||||
"channels/plugins/agent-tools/whatsapp-login":
|
||||
"src/channels/plugins/agent-tools/whatsapp-login.ts",
|
||||
"telegram/audit": "extensions/telegram/src/audit.ts",
|
||||
"telegram/token": "extensions/telegram/src/token.ts",
|
||||
"line/accounts": "src/line/accounts.ts",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user