feat: add analytics and logging, log interactions
Node.js CI / Lint and Test (push) Failing after 40s

This commit is contained in:
2025-10-07 17:59:15 -07:00
parent 8be29449d5
commit d7bc3bca60
6 changed files with 152 additions and 72 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"]
}