// here is the entry point for what we want to export to the other workspaces // We rely on TS references: https://www.typescriptlang.org/docs/handbook/project-references.html // the project is also added as a local dependency in JS, albeit I'm not sure it is needed. // I also added it in the nodemon monitoring list export { downloadEmailsGoogle } from "./email/io/downloadEmailsGoogle"; export { downloadEmailsMs } from "./email/io/downloadEmailsMs"; export { Email } from "./email/Email";