feat: automatically open the oauth URL

This commit is contained in:
2025-12-03 14:32:43 -08:00
parent bd3f2c6388
commit 43e8b4e6c6
3 changed files with 113 additions and 6 deletions
+6 -5
View File
@@ -19,12 +19,13 @@
"@inquirer/prompts": "7.8.6",
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "24.3.0",
"eslint": "9.34.0",
"tsx": "4.20.5",
"typescript": "5.9.2",
"@octokit/rest": "22.0.0",
"@types/cli-progress": "3.11.6",
"cli-progress": "3.12.0"
"@types/node": "24.3.0",
"cli-progress": "3.12.0",
"eslint": "9.34.0",
"open": "11.0.0",
"tsx": "4.20.5",
"typescript": "5.9.2"
}
}