Add .zblade/ to .gitignore, configure allow_gitignored_files setting, add TypeScript and Astro check dependencies, remove pnpm lockfile

This commit is contained in:
2026-02-04 20:12:02 +01:00
parent adc09431d3
commit 0238a0d2ba
23 changed files with 2956 additions and 8015 deletions
+3 -1
View File
@@ -10,6 +10,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.16.14"
"@astrojs/check": "^0.9.6",
"astro": "^5.16.14",
"typescript": "^5.9.3"
}
}