Initial commit

This commit is contained in:
2026-01-08 01:04:26 +00:00
committed by GitHub
commit 3ebf60d5dd
122 changed files with 39020 additions and 0 deletions

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

@@ -0,0 +1,14 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"mikestead.dotenv",
"bradlc.vscode-tailwindcss",
"vitest.explorer",
"humao.rest-client",
"yoavbls.pretty-ts-errors",
"ms-playwright.playwright",
"github.vscode-github-actions",
"lokalise.i18n-ally",
"ms-ossdata.vscode-pgsql"
]
}