feat: scaffolding and infrastructure

This commit is contained in:
2025-08-11 14:44:17 -07:00
parent cdaeff99d1
commit 99a91b7c90
8 changed files with 4215 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"]
}