Refactor CLI and Twilio modules; add helper tests and comments
This commit is contained in:
4
src/cli/deps.ts
Normal file
4
src/cli/deps.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { createDefaultDeps } from "../index.js";
|
||||
import { logWebSelfId, logTwilioFrom, monitorTwilio } from "../index.js";
|
||||
|
||||
export { createDefaultDeps, logWebSelfId, logTwilioFrom, monitorTwilio };
|
||||
Reference in New Issue
Block a user