Ship is monorepo, so it lets you share your code across applications to minimize duplications and reduce errors.
All shared code are inside packages/ folder.By default, packages include app-constants, app-types, enums, schemas and mailer. Learn more about the mailer package here.
We’ve included all essential packages in your apps.
If you want to add more packages, head to the package.json file, and in the dependencies section, add to dependencies package name with value “workspace:*”.