()
| 182 | } |
| 183 | |
| 184 | export function getFrontendUrl(): string { |
| 185 | return isDevEnvironment() |
| 186 | ? "http://localhost:3000" |
| 187 | : (process.env["FRONTEND_URL"] ?? "https://monkeytype.com"); |
| 188 | } |
| 189 | |
| 190 | /** |
| 191 | * convert database object into api object |
no test coverage detected