Libraries
Libraries within this monorepo used within the applications.
📦 Overview
What are libraries?
Libraries in this repository are used throughout applications & other libraries. Modularizing them in this way allows for easy testing and configuration. This also allows us to focus on specific changes to parts of business logic.
List of libraries
api
: Type-safe API using tRPCauth
: Authentication functionality providerdb
: Database interactor with DrizzleORMutils
: Utility functions and constantsenv
: Type-safe environment variable provider
Last updated on