feat: initial release

This commit is contained in:
2026-08-22 16:25:09 +05:00
commit 24bf56e8d1
9 changed files with 4642 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}