initial version (alpha)

This commit is contained in:
Danny Morabito 2025-10-12 13:01:25 -05:00
commit b39d63702e
Signed by: dannym
GPG key ID: 7CC8056A5A04557E
122 changed files with 15911 additions and 0 deletions

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

@ -0,0 +1,11 @@
{
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}