Migrate to astro v5 beta: first round

This commit is contained in:
prototypa
2024-10-04 03:34:51 -04:00
parent 52188af681
commit 953c4f2408
13 changed files with 382 additions and 1179 deletions

View File

@@ -8,5 +8,6 @@
"~/*": ["src/*"]
}
},
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist/"]
}