Establish the publication foundation
validate / validate (push) Failing after 7s

This commit is contained in:
Compleet
2026-07-14 11:54:31 +01:00
commit 006955bfc8
46 changed files with 7704 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "trust-issues",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"check": "astro check",
"validate": "npm run check && npm run build"
},
"dependencies": {
"@astrojs/rss": "4.0.19",
"astro": "7.0.9"
},
"devDependencies": {
"@astrojs/check": "0.9.9",
"@types/node": "26.1.1",
"typescript": "6.0.3"
}
}