| 11 | } |
| 12 | |
| 13 | interface Answers { |
| 14 | isProduction: boolean; |
| 15 | polarOrganizationId: string; |
| 16 | polarApiKey: string; |
| 17 | } |
| 18 | |
| 19 | async function promptForInput() { |
| 20 | const answers = await inquirer.prompt<Answers>([ |
nothing calls this directly
no outgoing calls
no test coverage detected