refactor: add provider barrels and webhook grouping
This commit is contained in:
12
src/providers/web/index.ts
Normal file
12
src/providers/web/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export {
|
||||
createWaSocket,
|
||||
waitForWaConnection,
|
||||
sendMessageWeb,
|
||||
loginWeb,
|
||||
monitorWebInbox,
|
||||
monitorWebProvider,
|
||||
webAuthExists,
|
||||
logWebSelfId,
|
||||
pickProvider,
|
||||
WA_WEB_AUTH_DIR,
|
||||
} from "../../provider-web.js";
|
||||
Reference in New Issue
Block a user