metamigo-api: runs in docker now
* great typescript module import refactor * refactor metamigo-cli so it is the entrypoint for the db, api, and worker
This commit is contained in:
parent
b45e2e8c11
commit
696ba16cb7
78 changed files with 319 additions and 180 deletions
|
|
@ -1,9 +1,9 @@
|
|||
export * from "./settings";
|
||||
export * from "./signal/bots";
|
||||
export * from "./whatsapp/bots";
|
||||
export * from "./whatsapp/messages";
|
||||
export * from "./whatsapp/attachments";
|
||||
export * from "./settings";
|
||||
export * from "./voice/voice-line";
|
||||
export * from "./voice/voice-provider";
|
||||
export * from "./webhooks";
|
||||
export * from "./settings.js";
|
||||
export * from "./signal/bots.js";
|
||||
export * from "./whatsapp/bots.js";
|
||||
export * from "./whatsapp/messages.js";
|
||||
export * from "./whatsapp/attachments.js";
|
||||
export * from "./settings.js";
|
||||
export * from "./voice/voice-line.js";
|
||||
export * from "./voice/voice-provider.js";
|
||||
export * from "./webhooks.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue