Caio Teixeira
Caio Teixeira
## Context Imagine a `project` with its migrations, and it has its command to apply it. Now, you have installed library `foo` that applies migrations also with its CLI (knowing...
Hello folks! I have the following code: ```ts // acount.ts export class Account { id?: number exchangeAccountId: string externalUserId: string apiKey: string apiSecret: string isActive: boolean constructor( exchangeAccountId: string, externalUserId:...
Bypassing health_check endpoint. Related to #45