Claude written astro

This commit is contained in:
2026-04-02 09:17:17 +03:00
parent 1cc6b57c87
commit e9af851046
15 changed files with 1220 additions and 0 deletions

5
AstroCV/tsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}