Fix/#23 astro compiler pnpm linux binary #25

Merged
Ninosaurier merged 3 commits from fix/#23-astro-compiler-pnpm-linux-binary into dev 2026-08-26 18:38:22 +00:00
6 changed files with 4802 additions and 482 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/starlight": "^0.41.3", "@astrojs/starlight": "^0.40.0",
"astro": "^7.0.2", "astro": "^6.4.8",
"sharp": "^0.34.5" "sharp": "^0.34.5"
} }
} }
+4047
View File
File diff suppressed because it is too large Load Diff
-3
View File
@@ -1,3 +0,0 @@
allowBuilds:
esbuild: true
sharp: true
+1 -5
View File
@@ -38,10 +38,6 @@
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",
"eslint-plugin-storybook": "10.5.0", "eslint-plugin-storybook": "10.5.0",
"prettier": "^3.9.4", "prettier": "^3.9.4",
"typescript-eslint": "^8.65.0", "typescript-eslint": "^8.65.0"
"@astrojs/compiler-binding-linux-x64-gnu": "0.3.2",
"@astrojs/compiler-binding-win32-x64-msvc": "0.3.2",
"@astrojs/compiler-binding-darwin-x64": "0.3.2",
"@astrojs/compiler-binding-darwin-arm64": "0.3.2"
} }
} }
+735 -465
View File
File diff suppressed because it is too large Load Diff
+17 -7
View File
@@ -3,14 +3,24 @@ packages:
- "docs/" - "docs/"
allowBuilds: allowBuilds:
esbuild: true
sharp: true sharp: true
esbuild: true
playwright: true
onlyBuiltDependencies: fetchTimeout: 300000
- playwright fetchRetries: 10
supportedArchitectures: supportedArchitectures:
os: [current, linux] os:
cpu: [current, x64] - current
libc: [current, glibc] - win32
- darwin
- linux
cpu:
- current
- x64
- arm64
libc:
- current
- glibc
- musl