feat: initial prototype
All checks were successful
Node.js CI / Lint and Test (push) Successful in 31s

This commit is contained in:
2025-02-25 16:37:00 -08:00
parent 2ba0ae631b
commit f3ab9e541f
12 changed files with 4978 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["typescript"]
}