Default credential auth to true, readme updates

This commit is contained in:
Max Leiter 2022-12-18 13:53:05 -08:00
parent f07f4789ee
commit a97ba1b9aa
3 changed files with 32 additions and 21 deletions

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"typescript.tsdk": "src/node_modules/.pnpm/typescript@4.6.4/node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"dotenv.enableAutocloaking": false
}