a374419400
Validate Flux manifests / kustomize-build (pull_request) Successful in 21s
sitemap 3.7.3 reads opts.routes from astro:build:done, which only exists in Astro 5; on Astro 4.16 it is undefined and crashes the build with 'Cannot read properties of undefined (reading reduce)'. Pin to the 3.2.x line and lock it so the docs-site build completes.
20 lines
368 B
JSON
20 lines
368 B
JSON
{
|
|
"name": "leeworks-docs-site",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^3.0.0",
|
|
"@astrojs/sitemap": "~3.2.1",
|
|
"astro": "^4.8.0",
|
|
"redoc": "^2.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.0"
|
|
}
|
|
}
|