astro check restored: tsconfig excludes public/ (the 2 MB vendored CMS bundle was what exhausted the heap) and extends tsconfigs/strict; type annotations in template scripts, z from astro/zod; exact version pins; compressHTML true (lossless whitespace, no words glued to links) and explicit trailingSlash/build.format; README: upgrading section
This commit is contained in:
Generated
+3
-3
@@ -8,11 +8,11 @@
|
||||
"name": "ctao-portal",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"astro": "^7.2.10"
|
||||
"astro": "7.2.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.9.10",
|
||||
"typescript": "^6.0.3"
|
||||
"@astrojs/check": "0.9.10",
|
||||
"typescript": "6.0.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@astrojs/check": {
|
||||
|
||||
Reference in New Issue
Block a user