1
0

Initial project commit

This commit is contained in:
2025-08-04 22:40:41 +02:00
commit a929bdb098
14 changed files with 3469 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}