chore: Initial commit.

This commit is contained in:
Tera << 8 2025-02-19 16:32:24 -05:00
commit 0219b23c4e
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
84 changed files with 15995 additions and 0 deletions

4
.lintstagedrc Normal file
View file

@ -0,0 +1,4 @@
{
"*.{js,ts,astro}": ["eslint --fix", "prettier --write"],
"*.{css,html,json,md,mdx,pcss,svg,yml}": ["prettier --write"]
}