Initial clean state

This commit is contained in:
RandyJC
2025-12-09 08:55:01 +01:00
commit 497dd2ea4c
115 changed files with 12391 additions and 0 deletions

13
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"usernamehw.errorlens",
"YoavBls.pretty-ts-errors",
"bradlc.vscode-tailwindcss",
"meganrogge.template-string-converter",
"vincaslt.highlight-matching-tag",
"formulahendry.auto-rename-tag",
"naumovs.color-highlight"
]
}