In ./config
directory you can find various parameters that are used across all apps within this
monorepo - api, platform and landing.
For example, in auth.config.ts you can configure validation rules for
class-validator, where generic public validate()
method is called. Implementation example can be seen here
SignInWithEmailCredentials.dto.ts:14